/Snake-Game

Classic Snake Game with pygame and python3

Primary LanguagePython

Snake Game with Python3 and Pygame

Screenshots

Snake Game

How to Run

First, make sure you have pygame installed on your computer. then, you can run the game by python main.py

You can also use pipenv to install dependecies:

pipenv shell
pipenv sync
python main.py