A simple snake game built to demonstrate coding skills
Operating System : Linux , Python = 3.x , pygame==2.0.1
a. Fork this repository. Forking it will make it availible in your github account. An alternative is to download the repository as zip folder
b. After forking clone the repository to your computer
c. Install pygame (typically in a virtual environment) if not installed in you computer
d. From inside the root directory run 'main.py'
Goal of the Game
Achieve maximum score by eating food that appears randomly on the screen
- If the snake hits any of the four walls, the player fails that level
- The same rule is applied if snake bites any part of its own body
- Each time snake eats food score increases by 10
- In each level snake gets food five times.
- If a level is completed, the score upto that leve is retained
- Snake's speed increases as the level of game increases
- Try and see what level you can reach and beat your maximum score
- Didn't like the background? Choose a background from the bottom of the game window