Skip to content

volkovandr/Snakeee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snakeee

Small snake game (trying pygame)

Installation

Just pull the repository. You will need to install the following Python libraries:

  • pygame

Running

Execute python py/snakeee.py

Configuration

  • 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

About

Small snake game (trying pygame)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages