generated from GarandPLG/rust-flake-template
a9b84bbe0f
- Expanded `Cli` with arguments for username, game mode, map size, perk deck, resources, supply limit, XP modifier, and skill points limit. - Enabled the `cli` module in `lib.rs` and activated argument parsing in `main.rs`. - Added placeholder (commented) fields to `App` for future configuration integration.
43 lines
7.3 KiB
Plaintext
43 lines
7.3 KiB
Plaintext
┌────────────────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
│┌──────────────────────────────────────────────────────────────────────────────────────────────────────┐│
|
|
││War in Tunnels ││
|
|
││Wood: xxx (+x) | Iron: xxx (+x) | Supply limit: xx/99 | Skill Points: x (xxx/120) | Perk Deck: x (x/9)││
|
|
││ ││
|
|
│├─[Skills]─────────────────────────────────────────────────────────────────────────────────────────────┤│
|
|
││ ││
|
|
││ ┌─────┬──────┬──────────┬──────────┬────────────┐ ┌─[A]──────────────────────────────────┐ ││
|
|
││ │ Ant │ Mole │ Scorpion │ Trapdoor │ Bombardier │ │ │ ││
|
|
││ ├─────┘ └──────────┴──────────┴────────────┴────────┐ │ Basic (+): │ ││
|
|
││ │ │ │ │ ││
|
|
││ │ 18 ┌─────┐ │ ┌─────┐ │ ┌─────┐ │ │ ---------------------------------- │ ││
|
|
││ │ │ │ │ │ │ │ │ │ │ │ ---------------------------------- │ ││
|
|
││ │ │ F │ │ │ L │ │ │ R │ │ │ ---------------------------------- │ ││
|
|
││ │ │ │ │ │ │ │ │ │ │ │ ---------------------------------- │ ││
|
|
││ │ └─────┘ │ └─────┘ │ └─────┘ │ │ ---------------------------------- │ ││
|
|
││ │ 10 ┌─────┐ ┌─────┐ │ ┌─────┐ ┌─────┐ │ ┌─────┐ ┌─────┐ │ │ │ ││
|
|
││ │ │ │ │ │ │ │ │ │ │ │ │+ │ │ │ │ │ Aced (*): │ ││
|
|
││ │ │ D │ │ E │ │ │ J │ │ K │ │ │ P │ │ Q │ │ │ │ ││
|
|
││ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ---------------------------------- │ ││
|
|
││ │ └─────┘ └─────┘ │ └─────┘ └─────┘ │ └─────┘ └─────┘ │ │ ---------------------------------- │ ││
|
|
││ │ 4 ┌─────┐ ┌─────┐ │ ┌─────┐ ┌─────┐ │ ┌─────┐ ┌─────┐ │ │ ---------------------------------- │ ││
|
|
││ │ │ │ │ │ │ │* │ │* │ │ │+ │ │ │ │ │ ---------------------------------- │ ││
|
|
││ │ │ B │ │ C │ │ │ H │ │ I │ │ │ N │ │ O │ │ │ ---------------------------------- │ ││
|
|
││ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ││
|
|
││ │ └─────┘ └─────┘ │ └─────┘ └─────┘ │ └─────┘ └─────┘ │ │ Notes: │ ││
|
|
││ │ 1 ┌─────┐ │ ┌─────┐ │ ┌─────┐ │ │ │ ││
|
|
││ │ │ │ │ │+ │ │ │+ │ │ │ ---------------------------------- │ ││
|
|
││ │ │ A │ │ │ G │ │ │ M │ │ │ ---------------------------------- │ ││
|
|
││ │ │ ^ │ │ │ │ │ │ │ │ │ ---------------------------------- │ ││
|
|
││ │ └─────┘ │ └─────┘ │ └─────┘ │ │ ---------------------------------- │ ││
|
|
││ │ Miner 69'er Mother Lode Pack Mule │ │ ---------------------------------- │ ││
|
|
││ └────────────────────────────────────────────────────────┘ └──────────────────────────────────────┘ ││
|
|
│├─[Keybindings]────────────────────────────────────────────────────────────────────────────────────────┤│
|
|
││ ││
|
|
││ Shift + ◄/► - Change skills group ││
|
|
││ ◄/►/▲/▼ - Select skill ││
|
|
││ Ctrl + ▲/▼ - Upgrade/Downgrade skill ││
|
|
││ Tab - Toggle view (map,skills) ││
|
|
││ q - Quit ││
|
|
│└──────────────────────────────────────────────────────────────────────────────────────────────────────┘│
|
|
└────────────────────────────────────────────────────────────────────────────────────────────────────────┘
|