@

Roguelikes in C++ with SDL3

Build a complete roguelike from scratch — seventeen tutorials across three acts, an architecture interlude, and a finale, each one shipping a playable milestone.

C++ SDL3 Confident Beginner
All the source code is on GitHub. Every tutorial's complete, ready-to-build project lives at EliteIntegrity/Roguelike-tutorial-series — one folder per part. View repo → There's a book now. This whole series, rebuilt as one coherent read — every line introduced and explained, with Checkpoints, Common Errors, and FAQs: Using C++ to Build a Traditional Roguelike. The book →

Act 1 — The Engine

Interlude — Architecture

Act 2 — Systems

Act 3 — Depth & Polish

Finale