Chapter
Rust Roguelike Tutorial - Chapter 17 - Bloodstains
· ☕ 1 min read
This chapter teaches you to add bloodstains to your map. Combat leaves a blood trail, providing breadcrumbs to help you know where you've been - and improving the general look and feel of the game.

Rust Roguelike Tutorial - Chapter 16 - Nicer Walls with Bitsets
· ☕ 1 min read
Chapter 16 of my Roguelike Tutorial is now available, walking you through rendering nicer walls with bitsets. Rapidly build a bitset of neighboring walls, and adjust your wall tile to take into account its neighbors for a big improvement in quality.

Rust Roguelike Tutorial - Chapters 1- 13
· ☕ 1 min read
The tutorial aims to start from *Hello Rust* all the way up to equipping yourself, leveling up, and exploring an endless dungeon.