Skip to: Site menu | Main content

Projects

Eco Game v2 - 11/30/2009 build

Screenshot of EcoGame game

Weekly snapshot of ecogame (name TBD) project. Background tiles (using old tileset) are in place. New menu graphics have been added, but hookups haven't been made, so the buttons to add plants/animals aren't visible (but do work if you just keep clicking around). Run the game by following the instructions. You will have to install a few Microsoft software libraries the first time you run it. It will only launch from the web site, and will not install on your local computer.

The source code is available online at code.google.com, and is Open Source.

Zombies

Screenshot of Zombies in Your Way game

Zombies in Your Way is a small action game written in XNA for use on Windows machines. Read more.

The source code is available online in my Subversion repository viewer. Not pretty stuff, but mostly functional.

Breakout Demo

Breakout demo screen shot

Here's a Java3D Breakout demo, launched through Java webstart. I put this together in about 10 hours of coding, and 8 hours of reading a book and the API. While it is called Breakout, there is no user interaction yet. It's a demo of a ball bouncing around a box and hitting bricks that disappear. You can move the viewpoint around by clicking and dragging the left mouse button, or you can zoom with the scroll wheel.

The source code is available online in my Subversion repository viewer. Start with the Breakout class, which includes an overview of the design.