These are some of my most recent applications, all centering on graphics or other aspects of programming I feel would be important in a career in game development.
CDX is a free GDK (Game Development Kit) which is comprised of a set of C++ wrapper classes for writing Windows games. It is built on top of Microsoft Windows and DirectX technology and offers simple to use C++ wrappers for all aspects of game development. This includes things like sprites, tiles, scrollable maps, alpha blending and even 3D primitives (using Direct3D). CDX takes care of the low-level details of using DirectX, providing you with an easy to use toolkit for implementing your own games using simple yet flexible C++ classes. With only 2 dozen classes, CDX is quick to learn.
CDXTetris was written for the CDX community as an example of using the
CDX libraries to write a simple game. Source is well commented and
illustrates the use of basic input and graphics functions.
Nettlers is a multi-player, networked implementation of Mayfair games'
Settlers of Catan. This game is virtually completed, with only
a few bugs left to be worked out. It is designed exclusively for network
play by experienced players. A single player version and a help system will
be added if Mayfair Games ever gives me permission to distribute the game.
Currently runs best in 32-bit color.
The Borneo Project is my favorite and most elaborate project. It is a
single player RPG styled after the early Final Fantasy games by Square Soft. Essentially,
what I have designed is just a game engine in its current state. My
team and I are still working on the story line and graphics. 100% of the
programming has been done by myself. Please see the
official homepage for the most recent demo and other information. The demo
included here is the first official Demo released.
This is a list of features currently in the game: