Metadata-Version: 2.1
Name: terminal-snake
Version: 0.2.0
Summary: 
Home-page: https://github.com/ZugBahnHof/terminal-snake
Keywords: game,commandline,terminal,utf-8,emoji
Author: Julian Leucker
Author-email: leuckerj@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/ZugBahnHof/terminal-snake
Description-Content-Type: text/markdown

# Terminal Snake
This is a simple snake game to play inside a shell, written in Python.
After installing (`pip install terminal-snake`) run the game with the command
`python -m terminal_snake`. To create your own frontend you can import the
class `Game` from this module.
