/snake

My adaptation of a snake game

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

snake

It's a simple adaptation of a snake game written in pygame.

Screenshot of the game

installation

Clone repository

git clone https://github.com/bankubanku/snake.git

Go to cloned repository

cd snake

Install requirements

pip install -r requirements.txt

You can run this game typing

python game.py