Home Projects Resume Links
 
 

Trellian

download (Haha, nothing to download. Remember, we are still in the very beginning!)

Trellian is a 3D action game. Right now, we are still mainly in the design phase, but we do have pretty good estimates at what the game play will be like. You play as a gingerbread man that is actually a bad computer virus gone good. By grabbing elements from your environment, you try to make your way through a computer system getting rid of any bad viruses you meet. The game is currently in production.

What I programmed:

  • The 3D physics engine
  • Collision detection and response
  • Springs
  • Buoyancy

 

Four Reborn

download

Four Reborn is a 2D side scroller action game. You can choose between two players - Wind or Earth. Each character has unique abilities, likethe high jump or the ability to break through walls. You can switch between the characters at any time.

What I programmed:

  • The 2D physics engine
  • Collision detection and response
  • Level loading from files

 

G2 Racing

download

G2 Racing is a text based racing game that was in real time. You could race against opponents with different AI. It was the first game I actually programmed. I had made games before, but they used programs to help. This game was programmed with C, but only because we were being taught c++ at the same time as making this game.

What I programmed:

  • The game engine
  • Loading of the map files
  • Character health and death
  • The menu system

 

Ray Tracer

download

It's got some "user options" in the menu, as well as many scenes. Transmission, reflections, 5 or 6 different object types.

 

iTunes Webpage

view

I write a program that would take the XML file from your iTunes library and make it into a table. I wrote the XML parser, which isn't quite complete yet. The XML must be precise, or the program hangs. As soon as I get al the error checking in, I will put the executable up here for download. I won't include my header and footer, so it should just output a simple HTML table that can be inserted anywhere into your own webpage. I'll also throw in the sorting as an option instead of always sorting by album. I dunno. There's a lot I can do with this.

I also put in this thing that appends the header and the footer which made viewing the page as I was building it much easier. Unfortunately, I had been writing my website the old fashioned way, editing each file. I was always moaning about not having server side support, but with this method, adding the header and footer will be easy.

Home Games Resume Links