Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 850 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 850 Bytes

Snake Game in Python

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.

Run it on Replit

Run on Repl.it

Run it locally

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