Daily/seeded runs
Every player receives the same procedurally-generated run from a shared daily seed, competing on a common leaderboard with one attempt. Daily runs graft competition and community onto single-player roguelikes: because the layout, drops, and enemies are identical for everyone that day, scores are directly comparable, and the single-attempt rule makes each daily a high-stakes event. Designers use them to build a recurring social ritual (players compare the same run), to extend engagement with near-zero content cost, and to level the playing field around skill and decision-making rather than luck. Key decisions: attempt limits (one-and-done versus practice modes), leaderboard scope, anti-cheat for score submission, and whether dailies use special rulesets. Pitfall: seeded runs expose balance more harshly than random ones — an unfair seed frustrates the entire playerbase simultaneously, so generation quality and solvability guarantees matter more here than anywhere else in the game.
- Dev effort: Medium
- Timing: Real-time or turn-based
- Common in: roguelike