Bogey Run
LiveA roguelike golf game that runs entirely in the browser.
Runs are seeded, so the same seed produces the same course and the same shot physics every time. That made the whole thing testable: I can replay a broken run instead of trying to reproduce it by hand. Run state and round state are kept in separate Zustand slices, which is what made save and resume fall out for free rather than becoming its own feature.
Seeded RNG plus split state. Replay a bug instead of hunting it.