Crawlers
A single-player-first dungeon crawler built on multiplayer-ready architecture from day one. The C# server holds canonical state; the React + Pixi.js client sends intent and renders what it's told — so adding 1-4 player co-op was a slot-in, not a rewrite.
- C#
- ASP.NET Core
- SignalR
- Postgres
- React
- Pixi.js