An open API service indexing awesome lists of open source software.

https://github.com/shepmaster/human-resource-machine

A little toy to parse Human Resource Machine save files and then replay them.
https://github.com/shepmaster/human-resource-machine

Last synced: about 1 year ago
JSON representation

A little toy to parse Human Resource Machine save files and then replay them.

Awesome Lists containing this project

README

          

# Human Resource Machine

A little toy to parse [Human Resource Machine][hrm] save files and
then replay them.

You can see some [solutions I've created][my-solutions], but you
should buy the game and make your own, too!

## Usage

Clone the repo, then run it against your saved solution:

```
cargo run -- 01 my-solution-to-level-1.txt
```

[hrm]: http://tomorrowcorporation.com/humanresourcemachine
[my-solutions]: https://github.com/shepmaster/hrm-solutions