Games written in Cocoa for Mac OS X
- Phage—a unique abstract strategy game.
- Auberon—a Connect-4 game.
- Desdemona—a Reversi (aka Othello) clone.
Objective-C Frameworks
These are Foundation frameworks, so should work on OS X as well as on GNUSTEP.
- Statistics—a simple-to-use framework.
- JSON—provides JSON-handling.
- CouchObjC—an interface to CouchDB.
- AlphaBeta—a game-tree search framework. Used to create the AI in all the games above.
C Libraries
Perl stuff
- Can be found over at my CPAN account.
One-off hacks and unmaintained stuff
- a small collection of one-off hacks in C, C++, Perl, Shell and Prolog.
- an options-parsing library (hey, everyone's gotta have one, right? Now I'm just missing the templating language...)
- an ncurses-pacman game. It might still work.