Snake Remake is a remake of the classical snake game.
Controls:
P to pause/unpause game
X boost: while X is pressed, the snake moves a lot faster
C When the background turns blue, quickly press C to shrink the snake arrow keys to move
Note: If you don't have the module 'Psyco' installed, edit the file, and remove import psyco and psyco.full() near the top of the file.
Here are some key features of "Snake Remake":
· movement: either with all arrow keys, or only left and right press p to pause the game
· boost: pressing 'x' gives your snake a temporary speed boost
· once your snake reached a certain length, it can be shortened by pressing 'c' at the right moment (when the background turns blue)
· movement through walls can be enabled or disabled
· a highscore file is created wich contains the three highest scores
Requirements:
· Python
· pygame