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.
- Host: GitHub
- URL: https://github.com/shepmaster/human-resource-machine
- Owner: shepmaster
- License: mit
- Created: 2015-12-14T00:57:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T16:56:02.000Z (over 10 years ago)
- Last Synced: 2025-03-24T07:13:20.248Z (about 1 year ago)
- Language: Rust
- Size: 29.3 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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