[Recorded on 22 November, 2021]
I've been playing Roguelikes for many years, and I've always thought about making one! Combine that with a desire to learn Rust, and we've got a match made in heaven.
This session was recorded live from twitch on 22 November. I'm using the Roguelike Tutorial which can be found here: https://bfnightly.bracketproductions.com
My twitch is here: / unclescientist
In this video, I
finished BSP Dungeon map
added a BSP Interior map
added a Cellular Automata map
refactored some code to make it easier to read
updated the spawn code to handle non-room-based maps
Note that the GitHub repo is a few days ahead of this video - I’ll catch up soon though.
https://github.com/UncleScientist/rlt...