It's a simple adaptation of a snake game written in pygame.
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