An open API service indexing awesome lists of open source software.

https://github.com/senapedev/snake-py

The classic snake game recreated in Python.
https://github.com/senapedev/snake-py

python snake-game

Last synced: 28 days ago
JSON representation

The classic snake game recreated in Python.

Awesome Lists containing this project

README

          

# Snake in Python🐍

The classic snake game recreated in Python using the Turtle library.

The game has scoreboard to keep score, a collision system and a random food generation system.