Metadata-Version: 2.1
Name: thehouse
Version: 2.1.0
Summary: A text-based game written in python
Home-page: https://github.com/ctrlmaniac/the-house/
License: MIT
Author: Davide Di Criscito
Author-email: davide.dicriscito@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Games/Entertainment
Project-URL: Repository, https://github.com/ctrlmaniac/the-house/
Description-Content-Type: text/markdown

# the house

[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

A text-based game written in python

## Install or Download

You can install the game with pip by typing `pip install thehouse`

or you can download this repository

## Play

If you have installed **thehouse** via pip you can call the game and run it by typing `thehouse`.

If you downloaded the repository, on the root of the repo run `python -m thehouse` and the game will start!

