2D top-down shooter game
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 moveCtrl + Mouse left
- Firer
- Reload weapon (10 bullets per mag)z
- zoom inx
- zoom outEsc
- exit
Run windowed mode with cargo run --features "godmode framerate -- -w
cargo test
- run unit tests