Skip to content

himynameisoleg/roguelike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages