Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Laastine/hinterland

Repository files navigation

Hinterland

Build Status Build status

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.

Preview

Build & Run

cargo run -- --windowed_mode

Command line arguments

USAGE:
    hinterland [FLAGS]

FLAGS:
    -h, --help             Prints help information
    -v, --version          Prints version information
    -w, --windowed_mode    Run game in windowed mode

Controls

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

Development

Run windowed mode with cargo run --features "godmode framerate -- -w

cargo test - run unit tests

External asset licence list

  • Character: graphics Creative Commons V3
  • Zombie zombie Creative Commons V3
  • Audio: pistol Creative Commons V3
  • Map: graphics GPL + Creative Commons V3

Source code license

Apache License 2.0