Isometric shooter game written in Rust. Shoot zombies, collect ammo and survive.
Works on Linux, macOS and Windows.
Download precompiled binary from Github releases page.
cargo run -- --windowed_mode
USAGE:
hinterland [FLAGS]
FLAGS:
-h, --help Prints help information
-v, --version Prints version information
-w, --windowed_mode Run game in windowed mode
w,a,s,d
- Character move
Ctrl + Mouse left
- Fire
r
- Reload weapon (10 bullets per mag)
z
- zoom in
x
- zoom out
Esc
- exit
Run windowed mode with cargo run --features "godmode framerate -- -w
cargo test
- run unit tests