Spacefighter game

Programming language: C#

The story

Platform: PC and XBOX

I started this project to learn the basics of game design in XNA. This included a terrain generator that uses a height map for generating the terrain and a spacefighter game. I've created:

- Terrain generation
- Mipmaps
- Collision detection
- Texturing
- Content importing
- Steering behaviors for autonomous characters