On this page and those linked below, you will find descriptions, binaries, and source to some of the programming projects I am currently at work on in my spare time.
Recent Projects
- iPhone OS Development : I've done a lot of contract work for iPhone development recently, which you can read more about here.
Older Projects
- AI Pathfinding : A demo of the A* pathfinding algorithm, written in Microsoft Excel.
- Excel Analog Clock : A little analog clock written into excel. It displays a clock face on a spreadsheet by coloring the background of the cells.
- Excel Minesweeper : Yep, this is a Minesweeper clone written into an Excel workbook using Excel's built in VBScripting ability.
- Hypersphere : A web-based, sci-fi, fantasy sports game. This is being written as a platform for Artificial Intelligence experimentation in a computer game environment.
- MSAccess3D : A Microsoft Access 2000 application as an experiment in 3D graphics. Draws 3D wireframe objects onto Access-generated reports.
- MSAMedia : A Microsoft Access 2000 application that wraps Windows Media Player 6.4 with a new interface and has better support for making and using audio file playlists.
- MSExcel3D : A Microsoft Excel port of MSAccess3D.
- Excel Tetris : A Microsoft Excel port of the infamous puzzle game Tetris.
- SDL Demo 1 : A simple graphics program written in C++ using SDL (Simple DirectMedia Layer) libraries for graphics and event handling. Uses my own custom text library.