Hi everyone — I’m Colin, founder of Artphorm, and I’m building a small developer tool called QeNTROPY.
QeNTROPY is an entropy seed engine for games, apps, experiments, and creative tools.
The basic idea is:
Instead of every game generating isolated local randomness, QeNTROPY provides a shared daily seed that developers can use to create synchronized daily experiences.
For games, that could mean:
everyone gets the same daily dungeon
everyone gets the same puzzle layout
everyone gets the same procedural challenge
players can compare runs from the same seed
developers can create replayable daily worlds
“same seed, different choices” gameplay
I built a couple of early demos to test the idea:
The Q Word — a daily word puzzle powered by a stable QeNTROPY daily seed
https://theqword.netlify.app
Quantum Dice / q20 — a dice roller that uses a QeNTROPY daily seed while still producing varied rolls
https://flinstoneglitch.github.io/quantum-dice/
The main QeNTROPY page is here:
https://qentropy.artphorm.xyz
I’m also prototyping a small tile-based daily dungeon game where every player gets the same dungeon layout each day from the same shared seed, then competes by solving it with fewer moves, less damage, and more treasure.
I’d love feedback from game developers:
Is a shared daily seed useful for game design?
What mechanics would make this more interesting than local randomness?
Would you use something like this for daily challenges, roguelikes, puzzle games, procedural levels, or multiplayer/asynchronous competition?
What would you need in the API/docs before trying it in a game?
I’m treating this as an early beta and trying to learn from actual game makers before overbuilding it.
Thanks for any feedback.
PS - I’m especially interested in whether “same seed, same world, different choices” feels like a real mechanic or just a novelty.