About:
A Snake clone done using C# and MDX. I tried to make it interesting by allowing the user to change the snake's colour, speed and growth. Also included are three maps and four tile sets.
Description
This is basically the result of me fooling around with C#.
The gameplay is simple, move the snake around and eat pellets to collect points. Just don't let the snake bite itself. Also unlike traditional Snake, the game does not end if the snake hits a wall.
I've also added some options for the user. You can change the snake's colour, speed and the amount it grows with eat pellet eaten.
This is my first .Net application. It runs fine on my computer and should perform fine for anyone with .Net 2.0 and DirectX 9.0c installed. Please tell me if you experience any problems.