Revolution or something
Revolution or something
Aid the revolution by taking ownership (in Rust) of resources and using them to build industry for the people as fast as possible!
How to play
1. Install Rust. Specifically it's important to have the entire rustup toolchain which you get automatically by following the instructions in the link.
2. Clone the repo.
3. A playthrough of this game is a Rust executable where the main function does nothing but call `revolution::play()`. This function takes a closure. Writing this closure is the gameplay. I would recommend starting by editing `game/src/main.rs`.
Some examples of playthroughs are in `revolution/src/bin/`.
4. Run with `cargo play`. This will compile and run your solution and tell you if you win or panic.
5. Winning is not difficult, the goal is to see how few ticks you need for it.
## Rules
The only rule that is not enforced by the compiler is that you should use the library as it exists in the repo. By editing the library it is trivial to do arbitrarily well. I have deliberately not done anything to prevent this, as that could be seen as a challenge.
Help
The manual is available here. A good place to start is to build a furnace and start mining and smelting iron. Alternatively, you can work backwards by looking at the recipe for points and figure out how to get them.
| Status | Released |
| Platforms | HTML5 |
| Author | AlbertGarde |
| Genre | Interactive Fiction |

Comments
Log in with itch.io to leave a comment.
Cool game idea!