Programming Projects

Tower Builder

Production Date:
6/6/08
Programming Language:
C++
Description:
This is a simple 2D physics sample game I created to see how hard it was to start using SDL with OpenGL and the box2d physics engine.

The object of the game is to build a tower as high as possible before it collapses. You use the mouse to click where you want to place a new box.

A windows version of the game is included below. Please contact me if you interested in the source. Download

Mini-C Compiler

Production Date:
5/04/07
Programming Language:
C++
Description:
This is a compiler that creates JVM assembly code from a subset of the C programming language called Mini-C. You can read the PDF created by Wayne Cochran that explains Mini-C here.

The language includes all of the basics of the C language. It is missing macros, structs, pointers and a couple other things.

The compiler is run from the command line and includes error checking. Download

© 2005-2024 James Van Boxtel.