Metadata-Version: 2.4
Name: zgame
Version: 1.0.1
Summary: A simple game engine for python
Author: Zhvan
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Games/Entertainment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Dynamic: license-file

# ZGame
ZGame is a simple game engine for python.
## How to install
Run this in the terminal:

```
pip install zgame
```

## How to use
Put this at the top of your code:

```
from zgame import Window
import tkinter
```
