Skip to content

classic SNAKE GAME written in python using the pygame module

Notifications You must be signed in to change notification settings

ironghost007/The-Snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

The-Snake-game

It is the conventional snake game written in python 3.8 using the 2D graphics module pygame

Sch1

Installation

To run this game you will need python 3.8 and pygame installed in your device

you can install pygame by runnig the following command in your cmd pip install pygame

Run the main.py for the game

Game Features

  • to Pause
  • to Continue
  • Replayable
  • keeps note of highscore in each round.

Note

  • To enable the roll over effect of snake when it touches the boundary. Change to the following at line 117
snake_roll_over = True
  • The game will open in full screen, press escape to quit anytime in the game.
  • Refer to screenshots folder for more pics of the game.

About

classic SNAKE GAME written in python using the pygame module

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages