Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 456 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 456 Bytes

rust-roguelike

Roguelike game written in Rust based on this tutorial.

#Building on Linux / WSL

sudo apt-get install gcc g++ make libsdl2-dev
cargo build --release
cargo run --release

Building on macOS

Install Homebrew

brew install pkg-config sdl2 
cargo build --release
cargo run --release

Keymap:

  • arrow keys to move around
  • esc key to close