This is a simple snake game in Python using Turtle Library.
-
Install Python 3.9.X from here
-
Install Turtle from here
-
Clone this repository: git clone
https://github.com/mdhasibulhasan3137/Snake-Game
or clickDownload ZIP
in the right panel and extract it. -
Run
python main.py
from the repository's directory -
Use Left, Right, Up, Down Key to Control Snake.
Enjoy playing!