Devlog
Devlog
Behind the scenes: progress, setbacks, and everything in between.
> Latest Entry
Keeping a Stream Overlay in Sync with WebSockets
How Brotator Tracker combines persistent JSON state, authenticated controls, and reconnecting browser clients.
All entries

Building a Rank Forecast from Match Events
How DbD Pip Tracker turns small match results into cycle-aware statistics, charts, and a projected final rank.

Hangman in C#: From JSON Dictionary to Playable Round
How a word list, character array, and seven ASCII stages form a complete console game loop.

Using an Enum as an Inventory Layout
How a typed enum and nullable array form a small, predictable inventory system in C#.