Hacker News new | ask | show | jobs
by AlchemistCamp 2264 days ago
Nice! I just did a simple roguelike in Rust a few months ago. I somewhat regret not looking at what it would take to make is work with wasm from the beginning, though.
1 comments

Did you happen to use this? https://bfnightly.bracketproductions.com/rustbook/ If not, what did you use?
I learned from this tutorial, which is a bit simpler: https://tomassedovic.github.io/roguelike-tutorial/

I have been wanting to go through the tutorial you shared when I get the time, though!