Snake
From TedTycoon.co.uk
Snake is a small game written in C# in January 2011. The game is based on Rattler Race. The game can simulate the classic snake or allow the player to control the snake through a sequence of timed levels. In the classic mode, the objective is just to survive for as long as you can, eating food one by one to increase the player's score but extending the length of the snake. In non-classic mode, the objective is to control the snake and eat all the food in the level and then exit at the top to move onto the next level.
The game can have up to three enemy snakes which are controlled by the computer. These snakes are based on the A* pathfinding algorithm to get to the closest food in the shortest time. Four AI snakes can be simulated by setting the game to demonstration. If food is inaccessible to the AI snakes then random directions are performed for a trial and error solution. AI snakes cheat and reverse if they get stuck to prolong simulation.
Settings
The game has many settings including; speed of snake, level, number of computer snakes and whether the AI is controlling the player snake or not.
Downloads
- Snake 0.1 - Unstable, incomplete mess
