Metadata-Version: 2.1
Name: labhack
Version: 0.0.2
Summary: A super-science roguelike
Home-page: https://github.com/elunna/labhack
Author: Erik Lunna
Author-email: eslunna@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy (~=1.19)
Requires-Dist: tcod (~=11.19)
Provides-Extra: dev
Requires-Dist: pytest (>=3.8) ; extra == 'dev'

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

LabHack

## Installation
Run the following to install
```python
pip install labhack
```

## Usage
### Command line:
```python main.py```

### In python
```python
import labhack

# Running the game
labhack.main()


# Developing LabHack

To install LabHack, along with the tools you need to develop and run tests, run the following in your virtualenv to install the dev extras.

```bash
$ pip install -e.[dev]
```

## 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](https://choosealicense.com/licenses/gpl-3.0/)


