Quick answer: A rock-paper-scissors system, where options counter each other in a cycle, creates strategic depth through prediction and counterplay—but it needs enough complexity and information to avoid feeling like guessing. Design counters with depth and information, so the system is strategic rather than a coin flip.
A rock-paper-scissors combat system—where options counter each other in a cycle—creates strategic depth through prediction and counterplay, but it needs enough complexity and information to feel strategic rather than like blind guessing. Designing the counters with depth and information is what makes the system strategic rather than a coin flip.
Counters create prediction and counterplay
A rock-paper-scissors system has options that counter each other cyclically (each option beats one and loses to another), which creates strategic depth through prediction and counterplay: players try to predict the opponent's choice and counter it, while the opponent tries to anticipate and counter the counter, creating a mind game of prediction and counterplay. This prediction-and-counterplay dynamic—anticipating and countering the opponent's choices—is the strategic appeal of rock-paper-scissors systems, creating a tense mind game where reading and countering the opponent is the skill. Counters creating prediction and counterplay—the cyclic counters that drive the mind game of anticipation and response—is the foundation of a rock-paper-scissors system's strategic depth, providing the prediction-and-counterplay dynamic that makes it engaging.
Depth and information keep it strategic, not guessing. The risk of a rock-paper-scissors system is that it can feel like blind guessing—if it's pure rock-paper-scissors with no information or depth, choosing feels like a coin flip rather than a strategic decision. Avoiding this requires depth and information. Depth means adding complexity beyond pure rock-paper-scissors—more options, layered considerations, factors that inform the choice—so the decision is a rich strategic one rather than a simple guess, giving players strategic considerations beyond pure guessing. Information means giving players information to inform their predictions—tells, patterns, partial information about the opponent's likely choice, or other strategic information—so prediction is informed strategy rather than blind guessing, letting skilled players read and predict better. With depth (complexity beyond simple guessing) and information (cues to inform prediction), the rock-paper-scissors system becomes strategic (informed prediction and counterplay with depth) rather than a coin flip (blind guessing). Depth and information keeping it strategic—adding complexity and informing prediction—is what makes a rock-paper-scissors system strategic rather than guessing. Combining counters creating prediction and counterplay (the strategic mind game) with depth and information keeping it strategic (avoiding blind guessing) is what makes a rock-paper-scissors combat system strategic—cyclic counters creating prediction and counterplay, with depth and information making it informed strategy rather than a coin flip. Designing the system this way—counters for prediction and counterplay, depth and information for strategy—is what makes it a strategic mind game rather than blind guessing. Design the counters with depth and information, and the rock-paper-scissors system creates strategic prediction and counterplay rather than feeling like a coin flip, which is what makes it engaging.
Default to the boring, robust choice
It's tempting to reach for the clever, novel, or technically impressive solution, but in production the boring choice — the well-understood approach, the proven pattern, the simple implementation — is usually the one that ships and keeps working. Cleverness has a way of becoming the bug you're debugging at 2am six months later.
Save your novelty budget for the things that actually make your game distinctive, and be conservative everywhere else. A game built on robust, unremarkable foundations is one you can keep building on, while one built on clever fragility is one that fights you the whole way.
Make the common case effortless
Most of what a player does, they do over and over, and most of what you build will be exercised in a handful of common situations far more than in the edge cases. Optimising the rare and neglecting the frequent is a reliable way to make a game that's technically complete and practically annoying.
So spend your polish where the volume is: the action repeated a thousand times, the menu opened constantly, the path every player walks. Making the common case smooth and satisfying does more for how the game feels than perfecting the corners almost nobody reaches.
Protect the thing that makes it special
Every game that connects has some core spark — a feeling, a mechanic, a tone — that's the real reason people love it, and that spark is fragile. In the rush to add content, fix problems, and respond to feedback, it's easy to sand away exactly the quality that made the game worth making in the first place.
Know what your spark is, and guard it. When a change threatens the thing that makes your game distinctive, that's the change to question hardest, because a game can survive plenty of rough edges but rarely survives losing its soul.
Why finishing beats perfecting
The hardest skill in indie development isn't any particular technique — it's finishing. Most games that never ship didn't fail on talent; they failed on scope, polished forever, or chased one more feature. The developers who build a real body of work are almost always the ones who got good at choosing something small enough to complete and then completing it.
That's worth keeping in mind here, because it's easy to let any one part of development expand to fill all your time. Decide what 'good enough to ship' looks like, protect that line, and treat the endless list of possible improvements as a backlog rather than a set of obligations.
Plan for the parts you can't see
Once a game leaves your machine, a lot of what happens to it becomes invisible by default. Players run it on hardware you don't own, hit problems you never reproduced, and most of them never tell you — they simply move on. The gap between 'it works for me' and 'it works for everyone' is where a surprising amount of churn quietly lives.
So plan to see what you otherwise couldn't. Watching real players, capturing the bugs and crashes they hit with the context to fix them, and paying attention to where they drop off all turn invisible problems into ones you can actually act on — which protects the reviews and retention everything else depends on.
A rock-paper-scissors system, where options counter each other cyclically, creates strategic depth through prediction and counterplay—but needs depth and information to avoid feeling like blind guessing. Design counters with complexity and information cues, so the system is informed strategy rather than a coin flip.