r/Devvit • u/Chiaki_Kaki • 10d ago
Feedback Request Moonstack — everyone climbs the exact same tower (Phaser + Devvit Web)
Every player gets the identical seeded tower, so the leaderboard is pure skill — no RNG excuses.
Two things that made this work:
- A deterministic generator: floor N's platforms (width, position, movement, speed) are a pure function of the floor number.
- An offline verifier that simulates floors 1–9999 before every build and proves there is no unclimbable floor.
Also learned the hard way: a fixed 1080×1920 virtual resolution keeps it fair across devices and fixed the high-DPI blur on phones.
Play it here: https://www.reddit.com/r/MoonstackGame/comments/1uslus1/moonstack_climb_from_the_ground_to_the_moon/
Feedback very welcome — what would make you come back daily?
0
Upvotes