Start from a loop you understand
The fastest way to make a fun game is not always to begin with an empty project. Start with a loop you already understand: tap to fly, swipe to merge, steer to grow, or time a falling block.
Play a few rounds and notice where the tension comes from. Is it speed, precision, limited space, incomplete information, or an opponent? The best first change usually touches that source of tension.
Write one observable change
A useful prompt describes something a player can notice and test. “Make it better” is vague. “Let any +2 stack, even when the color does not match” is concrete. So is “make gravity half as strong” or “spawn two pieces of fruit at once.”
One change at a time makes the result easier to evaluate. You can play the new version, decide whether it is actually more fun, and remix it again if you want to push the idea further.
Play before you publish
Generation is only the beginning. A version should open as a fresh game, preserve touch controls, report scores, and survive a full round. If the rule is not visible in play, rewrite the prompt and try again.
When the version feels worth sharing, publish it. The playable game appears in the feed, on your profile, and in its own remix chain. Other players can compete on that exact version or use it as their next starting point.