Metadata-Version: 2.1
Name: trg-game
Version: 0.0.1
Summary: A terminal RPG
Author-email: Tal <talwat321@gmail.com>
Project-URL: Homepage, https://github.com/talwat/TRG
Project-URL: Bug Tracker, https://github.com/talwat/TRG/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# TRG

A terminal game

## Setup

Just make a venv by running:

```sh
python -m venv venv
```

Then, install the dependencies:

```sh
pip install -r requirements.txt
```

And finally run the program by doing:

```sh
python -m trg
```

**Note**: Substitute `python` and `pip` with whatever your python and pip are called.
