https://github.com/limafresh/snakegame
Tkinter Snake game
https://github.com/limafresh/snakegame
python-game python-games simple-game simple-game-project snake-game snake-game-2d snake-xenzia snakegame tkinter tkinter-game tkinter-py tkinter-python-app tkinter-python-gui tkinter-snake
Last synced: 9 months ago
JSON representation
Tkinter Snake game
- Host: GitHub
- URL: https://github.com/limafresh/snakegame
- Owner: limafresh
- License: cc0-1.0
- Created: 2025-04-07T08:03:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T08:04:24.000Z (9 months ago)
- Last Synced: 2025-04-07T08:33:21.997Z (9 months ago)
- Topics: python-game, python-games, simple-game, simple-game-project, snake-game, snake-game-2d, snake-xenzia, snakegame, tkinter, tkinter-game, tkinter-py, tkinter-python-app, tkinter-python-gui, tkinter-snake
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake game
An open source remake of the Snake game written in Tkinter.

## Features
### Level
The higher the level, the faster the snake moves and the more points.
### Settings
You can change color of snake, food and background.
### Pause and continue
There is also a hotkey Ctrl+P.
### New game (restart)
There is also a hotkey Ctrl+N.
### Convenience
The small window size allows you to play and not take up much space while something else is running on your PC.
## How to use
1. Clone this repo or download ZIP and unpack it.
2. Run `main.py` file:
```bash
python main.py
```
## Contributing
The project is open to any initiatives, feel free to contribute.