Skip to content

My adaptation of a snake game

License

Notifications You must be signed in to change notification settings

bankubanku/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snake

It's a simple adaptation of a snake game written in pygame.

Screenshot of the game

installation

Clone repository

git clone https://github.com/bankubanku/snake.git

Go to cloned repository

cd snake

Install requirements

pip install -r requirements.txt

You can run this game typing

python game.py