The Snake Game

The Snake Game

This is a snake game app.

It requires a GUI interface to work, therefore, it will not be able to be played on this website.You can download the .exe file (created with "Pyinstaller Library") CLICKING HERE or download all the python files in the game RESPOSITORY and execute it in your personal code editor.

The example of the game working is displayed in the Game Video Example and its rules right after that.

Game Video Example

Game Rules

  • The rules for the game are very simple:
    • Your goal is to move the snake using the keyboard arrows in order to reach the red element.
    • Each time you succeed, you gain a point and the snake increases it's size.
    • The game ends once you bump into any of the four corners or any part of the snake.