Simple Snake game in Python
Description:
- Simple project to learn some Python and PyGame basics
- You will need Python and PyGame
- Install Python
sudo apt-get install python3.9
- Install Pip
sudo apt-get install python3-pip
- Install PyGame
pip install pygame
- Clone the repo
git clone https://github.com/PaulMagos/Snake.git
- Open directory
cd Snake - Run
python3 main.py