Skip to content

The Snake game, created using Python with Turtle module.

Notifications You must be signed in to change notification settings

kasoglu/snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

The Snake game, created using Python with Turtle module.

snake

Installing

Download the Python 3 installer package from the official website and install it, if not installed previously.

Run the following in the terminal to install the Turtle module.

pip install turtle

How to Play?

Download the source code from the repository and run the file just as any other Python script (.py) file.

python3 main.py

After you run the main.py you can start over the game.

You can use these buttons;

W = Up

A = Left

S = Down

D = Right

to control snake.

Sources

About

The Snake game, created using Python with Turtle module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages