Hacker News new | ask | show | jobs
by AndreasBackx 2260 days ago
I'm currently trying to get into game development and Rust so I'm trying out Amethyst: https://book.amethyst.rs/master/. I wanted to follow along with a roguelike game tutorial for Rust, but there was a problem. I would love to make some games that you can play co-op with some friends as I feel like there aren't enough games like it out there.
1 comments

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.
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!