A Roguelike Venture in Super-Science! Instead of a dungeon, we descend into a deep research facility which holds arcane military and scientific secrets. You must keep government operatives at bay while building up your array of skills and crafting abilities. Strange mutants and genetic experiments gone wrong will also plague you - you must persevere and retrieve the Documents Of Truth!
-
Python 3+ is required: https://www.python.org/downloads/
-
Download the source:
- From https://github.com/elunna/labhack (if you have git)
git clone https://github.com/elunna/labhack
-
Open up a terminal and go to the project directory
-
Create a new virtual environment
python -m venv ./venv
- Install the required libraries
pip install -r requirements.txt
Download git for easier updates: https://git-scm.com/downloads
Run this command in the root directory:
git pull origin master
python main.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.