Snake A game of snake made using the PyGame library Installation Use the package manager pip to install PyGame pip3 install pygame Execution Run the following command to play the game python3 main.py