Metadata-Version: 2.1
Name: textdungeon
Version: 1.0
Summary: suffer alone in your terminal!
Home-page: https://github.com/Masbender/text-dungeon
License: MIT
Keywords: text,dungeon,game
Author: Matthew Bender
Author-email: matthewbender65@gmail.com
Maintainer: Noah Dinan
Maintainer-email: noah@shinysocks.net
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Repository, https://github.com/Masbender/text-dungeon
Description-Content-Type: text/markdown

<div align=center>
  <img src="https://github.com/Masbender/text-dungeon/assets/91911303/63d96f62-a73d-4d79-ae93-347dd9906034">
  <h1 align=center>Text Dungeon: suffer alone in your terminal!</h1>
</div>

---
## Installation
### Linux
```sh
curl https://shinysocks.net/install.sh | bash
```
Installs in working directory and generates desktop entry.

### Windows
Download text-dungeon.exe from [latest](https://github.com/Masbender/text-dungeon/releases/latest)

### Python PIP [WIP]
```sh
pip install text-dungeon
```

