strategem-hero-0.5.1 is not a library.
Strategem Hero - CLI Game
This is simple cli game written in Rust, copying (actually just loosely following) Strategem Hero mini-game in Helldivers 2 that available with deluxe edition of the game.
Main features
- Includes all in-game strategems as of June 8th (63 total)
- Chain of successfull strategem inputs gives a multiplier to the score
- Strategems are divided into three different levels:
- Easy - up to 3 inputs
- Medium - from 4 to 6 inputs
- Hard - from 7 and above inputs
- Each level of strategems gives different score
- Tracking of the score between matches. Between games (launches) best score is lost
How to play
You can install this game via cargo install strategem-hero command or download precompiled binary included in latest release (for Windows only).
Alternatively you can build this game from source, following next steps:
# clone repo from Github
# Go to the project directory
# run the game in release mode
# or run this command if you just need to build the binary