| Crates.io | strategem-hero |
| lib.rs | strategem-hero |
| version | 0.8.1 |
| created_at | 2024-05-05 11:59:49.960898+00 |
| updated_at | 2024-10-20 08:17:15.227421+00 |
| description | Simple CLI Game following Strategem Hero mini-game from Helldivers 2 |
| homepage | https://github.com/Milinkov-N/strategem-hero |
| repository | https://github.com/Milinkov-N/strategem-hero |
| max_upload_size | |
| id | 1230185 |
| size | 4,045,790 |
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.

strategem-hero leaderboardstrategem-hero delete-dataYou 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
git clone https://github.com/Milinkov-N/strategem-hero.git
# Go to the project directory
cd strategem-hero
# run the game in release mode
cargo run --release
# or run this command if you just need to build the binary
cargo build --release
Game files location follows as is:
C:\Users\<User>\AppData\Roaming\strategem-hero$HOME/Library/Application Support/strategem-hero$HOME/.local/share/strategem-heroAnd for each minor or major version there is different folder to not corrupt your save files.
Note:
strategem-hero delete-datacommand deletes whole game folder. If you delete data through game interface, its only affects game files.
If you find bug or some possible improvement in code, please, open an Issue! And if you know possible solution, pull request will be greatly appriciated.