Skip to content

A small snake game I made in Python for fun (in under 4 hours)

Notifications You must be signed in to change notification settings

csowrab/Snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Snake-game

About:

A small snake game I made in Python for fun (in under 4 hours).

Requirements:

  • Python (version 3.0 or above)
  • Pygame

Demo:

Mid-game explanation:

Game displays you (red snake), the food (white square) and the score at the top-right.

  • The "score" is the current score,
  • "max" is the highest score made during play.
  • Player loses when snake touches its red body, and the game will reset the score back to 0. Screenshot

About

A small snake game I made in Python for fun (in under 4 hours)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages