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.
Make sure you have installed Python and install pygame library:
pip3 install -r requirements.txt
To play simply run:
python3 main.py
Or convert to binary.
Fireworks logic was borrowed from LytixDev