Metadata-Version: 2.1
Name: gameplus
Version: 0.0.1
Summary: A simple way to make text based games in Python.
Author-email: Alexander DeStefano <alexander.destefano@gmail.com>
Project-URL: Homepage, https://github.com/mathstar13/gameplus
Project-URL: Issues, https://github.com/mathstar13/gameplus/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# GamePlus
Gameplus is a simple way to make text based games in Python.

## Installation
`pip install gameplus`
## Usage
Import the library in your code using: 
```python
import gameplus
```
