/PySnake

A simple python version of the game Snake

Primary LanguagePython

PySnake

A simple python implementation of the game Snake, usin tkinter for the GUI. Python needs to be installed in order to run the programm.

Some notes about this implementation

  • The maximum lenght of the snake is limited to 10, can be adjusted easealy in the source code
  • The speed of the game increases every time the snake moves
  • Field size is adjustable (in steps of 80px), however the field ratio is fixed 4:3
  • A random number of obstacle apear during the game for a random amount of time

Legal

This program is licenced under the GPL version 3. The software is provided as is with no warranty whatsoever.