A Snake Game built by Python Turtle Module

A Snake Game built with Python Turtle Module 🐍

Icons made by Freepik from www.flaticon.com

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

Ubuntu

$ sudo apt-get install python3-tk

Usage

Demo

Hit-the-wall

 

To finish reading, please visit source site