Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 408 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 408 Bytes

pygame-snake

A python snake game that I made for educational purposes

to run you have to create new virtual environment and pip install -r requirements.txt, then just run main.py :)

The project has some bugs, however its fully playable. You can also clone my other project snake-game-ai-pytorch to see if you can beat artifical inteligence snake :)