Skip to content

Latest commit

 

History

History
 
 

README.md

Snake

forthebadge forthebadge forthebadge

Snake is the implementation of the Nokia's classic snake game made with pygame. This game uses sprites made by Lorenz Brooks. The complete spritesheet is available at itch.io.

How to Download

Download this project from here Download Snake

Requirements

Use the package manager pip to install following packages :-

  • Pygame
pip install pygame

Usage

Navigate and click main.py to open the game, Select any game mode to start playing the game. The objective of the snake in the game is to eat fruits to grow bigger.

Controls:

  • Use arrow keys to play and navigate
  • Use Enter / return key to select options.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.