An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Snake game
An open source remake of the Snake game written in Tkinter.

![Screenshot](https://raw.githubusercontent.com/limafresh/SnakeGame/main/screenshot.png)

## 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.