Skip to content

barclayd/Snake-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

Classic Snake Game Built using Python and Turtle.

Demo

Snake

Start Screen

Start screen

Gameplay

Gameplay

How to Run

$ git clone https://github.com/barclayd/SnakeGame.git
$ cd SnakeGame
$ python snake.py

Snake will now open in a new window and you can start playing!

Controls
Start Screen
  • space: start game

  • r: reset high score

  • s: confirm reset high score

  • e: Difficulty: Easy

  • m: Difficulty: Medium

  • h: Difficulty: Hard

During Game
  • up: move up
  • down: move down
  • left: move left
  • right: move right

Features

  • Saves high score to/loads from disk
  • Difficulty levels: Easy, Medium, Hard
  • Reset high score
  • Splash screen and options screen

Features to be Added

  • Levels to be added
  • Lives for snake
  • Options to change and customise colours

About

Classic Snake Game Built using Python

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages