Skip to content

meganlwy/Snake-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Snake-Game

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

$ brew install python-tk

Ubuntu

$ sudo apt-get install python3-tk

Usage

$ python3 main.py

Demo

Hit-the-wall Hit-the-body

About

A Snake Game built by Python Turtle Module ๐Ÿ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages