Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 918 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 918 Bytes

the house

Conventional Commits Code style: black Imports: 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