Projects
Programming, Scripting, Etc...

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.

  • Adeptforge : This is a character generator I began work on a while ago and haven't gotten around to completing yet. It's built to handle making characters for FASA's and Livingroom Games' versions of the tabletop roleplaying game Earthdawn.

  • AI Pathfinding : A demo of the A* pathfinding algorithm, written in Microsoft Excel.

  • Amhartan Zero : A Microsoft Excel 2000 based Role-playing game, similar in design to Gauntlet and Diablo 2.

  • 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.

  • [ N E W ! ] 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.