Roguelike Tutorial
Rust Roguelike Tutorial Bugfixes
· ☕ 1 min read
I've pushed a new release of the Rust Rogulike Tutorial live! There's very little new content, but I've merged in a *bunch* of bugfixes. Thank you to everyone who contributed PRs and bug reports!

Rust Roguelike Tutorial - Chapter 63 - Effects
· ☕ 1 min read
Chapter 63 introduces a whole new effects system, designed to make it easy to fire effects from anywhere in the game - and to attach them via data to your item JSON definitions.