Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ctrlmaniac/the-house

A text-based game written in python
https://github.com/ctrlmaniac/the-house

game python text-adventure text-adventure-game text-based-game

Last synced: 1 day ago
JSON representation

A text-based game written in python

Awesome Lists containing this project

README

        

# 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!

## Play with docker

```
docker pull ctrlmaniac/thehouse
docker run --rm -it ctrlmaniac/thehouse
```