Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 832 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 832 Bytes

snake-pygame

Standalone from fork of Stalinosmj/Snake-game repository.
Uses pygame and pygame-menu to make a classic snake game. This repo is mainly used for learning.

Install required packages by running command in the game directory:

  • pip install -r requirements.txt

python3 must be installed in your computer.
There is a bash script to run the game in venv.

  • ./execute.sh

### SCREENSHOTS

My Image

My Image

My Image

Things to do:

  • resolution menu with full screen options
  • store highscores permenently
  • fix multiple key press snake death issue
  • optimise menu section and alignment of widgets
  • add bigger fruit which has more points
  • change points based on difficulty used