Skip to content

Mahnoor-Imam/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Snake Game in python using pygame module

This program is a simple replica of the well-known game 'Snake', in which the player maneuvers a line(snake) which grows in length each time it captures a snack and the line itself along with the borders of the window are the primary obstacles.

A look into the game

end


end

Key Features

  1. Clean graphics.
  2. Simple interface (UP, DOWN, LEFT and RIGHT Keys) to control the snake.
  3. Incrementing speed with score.
  4. Total 10 levels of speed in terms of frames per second(FPS).
  5. Randomly generated snacks.
  6. Restarting the game using SPACEBAR after the game is over.

Requirements

Python3
Pygame Module

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages