Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ctrlmaniac/the-house
- Owner: ctrlmaniac
- License: mit
- Created: 2022-06-17T19:58:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T08:05:08.000Z (almost 2 years ago)
- Last Synced: 2024-08-09T16:15:58.836Z (5 months ago)
- Topics: game, python, text-adventure, text-adventure-game, text-based-game
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```