A little while ago I had the task of creating a break out clone, but was only given 24hrs to get as far as possible with it. This is the result of the 24hr session. Written in C++ with the SDL libraries, specifically for mac OSX. Other than basic functionality for a break out clone this more of a rough draft than a completed game.
|
|||
This is a rough version of the cmake.nanorc it works for my uses for the most part there are a few areas specifically with nested variables that it doesn't quite display everything as it should. |
|||
Gawker is an application for Mac OS X that creates time-lapse movies using a webcam. Images from your camera can be shared, allowing other users to record your image stream. Streams can also be combined to create a time-lapse movie with up to four locations side-by-side. |
|||
Maze is a simple game of collecting green $ for points while trying to get to the exit. This version doesn't have any enemies. The maps are randomly drawn using assembly and is displayed to the console via ncurses. |
|||
Passgen is a random password generator using strong random functions and it can not have the same type of digit more than once in a row (can’t have a uppercase Alpha followed by another uppercase letter). I didn’t take out the ability to generate I,1,l, or O, 0 as those represent 5 distinct possibilities that would have to be cracked to get the password anyways. |
|||
Sniff was written shortly after I was introduced to C#. It is a network packet sniffer for windows. Sniff doesn't rely on winpcap but instead puts the network adapter into promiscuous mode. Also uses threading, one thread listens for traffic off the network adapter the other thread maintains the gui. .net 2.0 is required to run. The only thing with the program is that even though it is capturing data off the network adapter it won't actually read any data that doesn't have an ip address, so it won't pick up some traffic on the network. |
|||
Vorilon is a voice teleconferencing software that is in the works. The premises is that vorilon will be the server component with a library that will easily add voice communication to other programs. Similar to like ventrilo in terms of voice chat but that is about where the similarities will end. |
|||
Xcalc is a fairly basic calculator that allows mathmatical equations to be entered via the console or by using the GUI calculator interface. Xcalc is based off of QuickCalc by Mark Ribau. A good portion of the code has been rewritten, and the GUI has been completely rewritten. Usage slash commands: /xcalc /calc /= |
|||
