This is a project for CeSIUM's Hour of Code '22. It's made with the purpose of teaching the basics of programming, while doing something fun.
If you want more details about python basics and this particular snake game, please check the Notion pages.
This game was made with the intent to run it on replit, but you can run it on your machine!
To do so, you will need:
-
Python
-
Pygame -
pip install pygame
And to run it:
python3 main.py