Skip to content

kijimaD/digger_rs

Repository files navigation

Debug Build Variant Build WASM Build

image image

Feature

  • Roguelike
  • Keyboard Focused
  • Symol encounter & Front view battle

Operation

Key Effect
Enter OK
ESC Quit
w/a/s/d Movement(orthogonal)
q/e/z/x Movement(diagonals)
Space Skip turn
g Get item
i Open inventory
t Drop item
r Remove equipment
/ Cheat menu

Development

# development
$ make build
$ make fmt

# release build
$ make docker
root> make wasm-build

Credit

I expanded on "Roguelike Tutorial - In Rust": (https://bfnightly.bracketproductions.com) code. Thanks great tutorial!