Small snake game (trying pygame)
Just pull the repository. You will need to install the following Python libraries:
- pygame
Execute python py/snakeee.py
- The size of the game field is in the py/snakeee.py in the line 23
- The size of the grid (in pixels) is in the py/graph.py in the line 8. And in the next line there is a parameter affecting the appearance of the snakes.
- The default size and speed of the snakes are in the py/snake.py in lines 15 and 16