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
Install Homebrew
brew install pkg-config sdl2
cargo build --release
cargo run --release
- arrow keys to move around
- esc key to close