War Against Machines
A (very WIP) turn-based strategy game set in the not-so-distant future.
Written in Rust.
Building
The game can be built with:
cargo build --release
If you get an error like:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "`"pkg-config" "--libs" "--cflags" "alsa"` did not exit successfully: exit code: 1
This means that you will need to install the ALSA development libraries:
sudo apt-get install libasound2-dev
Gameplay
Controls
On a menu:
up/wto move the selection updown/sto move the selection downenterto activate the selected itemleft/ato lower the value of the selected itemright/dto raise the value of the selected itemescapeto quit
In a battle:
up/wto move the camera updown/sto move the camera downleft/ato move the camera leftright/dto move the camera rightoto zoom outpto zoom ineto use items on the inventory screenescapeto quitlmbfor performing actions (selecting/moving/firing)
