Snake game retro made in python.
-
pygame:
for displaying the game.
-
random:
for random generating fruits around the map.
The game is played with [W, A, S, D] to move the snake.
- if you touch a segment of the snake you will lose and your score will be 0.
- if you touch a fruit you will grow one segment and the score will increment by 1.
- if you bypass the screen size you will be teleported to the other side.
you also have a game over screen, and to reset the game just press R or Space.

