Skip to content

Ace2489/Python-Snake-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Snake Game

A mimic of the classic snake game built using the Turtle module in Python

Installation and SetupHow to play

Installation and Setup

You need to have Python installed on your machine to get the site running.

# Clone this repository
$ git clone https://github.com/Ace2489/Python-Snake-Game.git

# Go into the directory
$ cd Python-Snake-Game

# Run the main file
$ python3 main.py

How to play

  • Choose between two speeds(normal and fast) at the start of the game.
  • Move around using the directional keys.
  • Avoid collision with walls or the body of the snake.
  • Eat the food to grow the snake.
  • Try to get the highest score.

About

Classic snake game recreated in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages