Tags: Game

4 projects have been tagged with "Game":

Bricks

A clone of the classic arcade game Breakout, with lots of enhancements that clones like this are known for. I wrote this mostly to strengthen my knowledge of C# and the .NET API. Includes a download of the game and source code.

Campus Quest

A Legend-of-Zelda-style RPG. Includes scrolling, sprites, and a scripting system for controlling game actions.

Jump

One of the things that got me into wanting to develop software was the old video games I uses to play; since I was young, I've wanted to make a platform game. This is one of my earlier attempts, started after my first year of Computer Science, and before I learned a lot about good software engineering and even basics of the Java language.

Spaceroids

A Direct3D Asteroids clone. It started out as a simple attempt to learn Direct3D by figuring out how to tesselate a sphere with triangles, but evolved from there.