Skip to content

elunna/labhack

Repository files navigation

Lab Hack

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!

Installation

Windows

  1. Python 3+ is required: https://www.python.org/downloads/

  2. Download the source:

  1. Open up a terminal and go to the project directory

  2. Create a new virtual environment

python -m venv ./venv

  1. Install the required libraries

pip install -r requirements.txt

Updating

Download git for easier updates: https://git-scm.com/downloads

Run this command in the root directory: git pull origin master

Usage

python main.py

Contributing

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.

License

GNU

About

A Roguelike Venture in Super-Science!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages