Snake-Game
A Snake Game built with Python Turtle Module
Intro
Control the direction of snake by simply using ↑↓←→ tabs.
The length of snake body will get longer each time the player successfully eat a yellow dot, latest score will always display on the top of the screen.
Be aware of hitting the wall or collision with the snake body. Good luck!
Prerequisites
MacOS
$ brew install python-tk
Ubuntu
$ sudo apt-get install python3-tk
Usage
$ python3 main.py