A simple Python Snake game built with Tkinter.
You can download the pre-compiled game.
- Click or Enter Start button to start or restart the game.
- Left, Right, Up and Down keys for change direction of snake.
- Left and Right keys for change speed of snake or board cells in a rows and column during hover on the button.
- Esc key for resign running game.
- Clone or download this repository
- Make sure Python 3.x is installed
- Run the game through source code or compile with PyInstaller library:
- Python 3.x installed on your system
- Tkinter and webbrowser library (comes pre-installed with standard Python distributions)
This project is licensed under the Apache License 2.0. See the LICENSE file for details.