For the last assignment in my Computer Graphics course we were tasked with building an extremely simple 2d game, primary suggestion being something like Tempest. So I went and made something like Tempest.
Anyway I have everything I need to ace it, but I have until tomorrow to fine tune things, and figured what better way to do that then to get feedback from you guys (probably anything else, but what can you do )?
The game was written in C# using XNA, as such it's windows only (sorry mac users). Yea it sucks, but so does writing a Ray Tracer in XNA (grrrr). Anyway The zip should have everything you need to install the game, and when you're finished you can uninstall it from the Control Panel.
Already on my list is to add game states, so I can have a title screen, and a game over screen, and to refactor how I build the playing area so it can support some of the crazier designs that you see this kind of game.
Heads up Blue triangles are innocents, other than that you just...
Controls
Anyway I have everything I need to ace it, but I have until tomorrow to fine tune things, and figured what better way to do that then to get feedback from you guys (probably anything else, but what can you do )?
The game was written in C# using XNA, as such it's windows only (sorry mac users). Yea it sucks, but so does writing a Ray Tracer in XNA (grrrr). Anyway The zip should have everything you need to install the game, and when you're finished you can uninstall it from the Control Panel.
Already on my list is to add game states, so I can have a title screen, and a game over screen, and to refactor how I build the playing area so it can support some of the crazier designs that you see this kind of game.
Heads up Blue triangles are innocents, other than that you just...
Controls
- Left Arrow or 'A' : Move ship to the left
- Right Arrow or 'D': Move ship to the right
- Spacebar: Fire laser
Attachments
-
7 MB Views: 238