The famous and beloved snake game built using the PyGame module of Python.
If you don't have python installed, install python3 from the official website here.
Now using the pip installer, which is a package manager for python packages (just like npm for node), install the pygame module using the following command:
pip3 install pygame
Download the files from this repository to your local machine and run the file just as any other Python file.
python3 main.py



