Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 458 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 458 Bytes

Pygame Snake

Command to launch the game: python3 snake.py

Eat the fruits to get more points, while avoiding the walls and the bombs
Press the space key to pause the game

Every time a fruit is eaten:

  • The snake grows
  • The moving area shrinks

The yellow area shows the part of the moving area that will disappear when the next fruit is eaten
Make sure the tail of your snake is not in the yellow area when eating the next fruit!