rustyroguelike icon indicating copy to clipboard operation
rustyroguelike copied to clipboard

Following along with the /r/roguelikedev tutorial session, in Rust and implementing my own library as well!

Results 3 rustyroguelike issues
Sort by recently updated
recently updated
newest added

I'm trying to run it on a Macbook, and the menu is only visible if I make the window really tiny. If press N, the game crashes with: ``` thread...

Strangely, I had problems to google the text version of your tutorial. This repos is the first result, the next one is https://github.com/thebracket/rustrogueliketutorial (with the actual link in the description),...

Hello, When running the newest version with `cargo run --release` using a fresh clone and the latest version of rust, I get this panic message: ``` thread 'main' panicked at...