Play today
2026-07-15 · seed #7349ccbb
A web-playable version of today's Daily is on the roadmap — try the exact same seeded puzzle in your browser before downloading.
Why it isn't live yet
The Daily must be identical for everyone on Earth. The game logic is a single deterministic C# simulation (shared-sim/GlyphRush.Sim) shared by the app and the anti-cheat validator. A browser port would be a second implementation, so it can only ship once it passes a cross-language determinism check: replaying the C# golden-master input logs in JavaScript and matching the reference score/hash byte-for-byte, with Q16.16 fixed-point and the named-stream PRNG reproduced exactly (no floats). Until that harness is green, a web port would risk diverging from the app and breaking Daily fairness — so it's gated, not guessed.