Skip to content

akanksh07/Slither-Snake-Python-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Python-based-Slither-Snake-Game

About:

I have tried recreating the classic Snakes-II game using Pygame where the player maneuvers the body which grows lengthwise on ingesting a target (let's say an egg) , with the body itself being the primary obstacle. The pace of the game increases after every fifth point scored and the body of the snake increases by three blocks.The leaderboards of the game are maintained locally using a SQLite db.

Gameplay:

slither

Steps to generate an executable application.

  1. ~/pip install pyinstaller
  2. ~/pyinstaller --onefile -w main.py
  3. Place the application file (snakes.exe) from the dist folder along with the other dependancies.
  4. Ready to go!

About

Python based single player slither snake game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages