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