Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 558 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 558 Bytes

Snake Game

Snake is the common name for a video game concept where the player maneuvers a line which grows in length, with the line itself being a primary obstacle.


Set Up

Make sure you have installed Python and install pygame library:

pip3 install -r requirements.txt

Play

To play simply run:

python3 main.py

Or convert to binary.


Fireworks logic was borrowed from LytixDev