Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 379 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 379 Bytes

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