Metadata-Version: 2.4
Name: thehouse
Version: 2.8.0
Summary: A high-performance text-based horror engine for immersive survival experiences.
Author-email: Davide Di Criscito <dcdavidev@gmail.com>
License: MIT
License-File: LICENSE
Keywords: adventure,cli,game,horror,interactive-fiction,survival,text-based
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Games/Entertainment :: Side-Scrolling/Arcade Games
Classifier: Topic :: Games/Entertainment :: Simulation
Requires-Python: >=3.12
Requires-Dist: pyfiglet<2.0.0,>=1.0.2
Requires-Dist: questionary<3.0.0,>=2.1.0
Requires-Dist: rich<15.0.0,>=14.0.0
Description-Content-Type: text/markdown

# the house

A text-based game written in python

## Install or Download

- **Pip**: You can install the game with pip by typing `pip install thehouse`
- **Docker**: You can run the game directly using Docker:
  ```bash
  docker run -it dcdavidev/thehouse
  ```
- **Source**: You can download this repository and run it locally.

## Play

### Using Pip
If you have installed **thehouse** via pip, you can start the game by typing:
```bash
thehouse
```

### Using Docker
When running with Docker, ensure you use the `-it` flags to enable the interactive terminal required for the game:
```bash
docker run -it dcdavidev/thehouse
```

### From Source
If you downloaded the repository, ensure you have [uv](https://github.com/astral-sh/uv) installed, then run from the root of the repo:
```bash
uv run thehouse
```
