Metadata-Version: 2.1
Name: snake-game-python
Version: 1.1.0
Summary: A simple snake clone writen in python
Home-page: https://github.com/CommanderRedYT/snake-python
Author: CommanderRedYT
License: GPLv3
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# snake-python
A simple python snake game

### Known Issues
* No support for multiple players
* When snake drives over itself, it will not be redrawn

### Development
For development, please use `pip install -e .` to install the project as an editable package.

