Game theory says the optimal strategy is to throw at random. Humans are terrible at random. Everything interesting about this game lives in that gap.
Rock beats scissors, scissors beats paper, paper beats rock. Three moves, perfectly symmetric, no move stronger than any other. It's the textbook example of a non-transitive relationship, and it turns up everywhere from ecology to game design as a way of describing systems where nothing dominates.
Against an opponent who plays perfectly, the optimal strategy is to throw each option one-third of the time, at random. This is the game's Nash equilibrium. Play it and you cannot be exploited — your expected result is a draw regardless of what your opponent does.
It's also completely unbeatable in the other direction: you can't win either, in expectation. Random play protects you and gains you nothing.
Equilibrium is the right answer against a perfect opponent. Against a human, it leaves value on the table — because humans cannot generate random sequences. Ask someone to produce a random string of moves and they will systematically avoid repeats, over-alternate, and unconsciously respond to the previous round's outcome. Every one of those tendencies is exploitable.
Inexperienced players, and men more than women in several studies of the game, open with rock disproportionately often. It's the move that feels strongest, and it's the fist you're already making during the countdown. If you have no other information, paper is the marginally better opening.
This is the most reliable observed pattern, sometimes described as win-stay lose-shift. A player who just won tends to throw the same move again. A player who just lost tends to change — and typically to the move that would have beaten the one they just lost to.
So if you lose to their rock, they will often throw rock again. And if you beat their scissors with rock, they will often move to paper next, because paper beats the rock that just beat them.
Truly random sequences contain runs. Human sequences avoid them, because a third repeat feels conspicuously non-random. If your opponent has thrown the same move twice, the odds of a third are well below one in three.
Against a genuine random number generator, none of the above helps at all. There's no pattern to read, because there's no pattern. Your expected result is one-third win, one-third loss, one-third draw, permanently, whatever you do.
Many computer opponents aren't purely random, though. Some track your history and play against your tendencies, which flips the problem: now you are the pattern being read. Against an adaptive opponent, the counter is deliberate irregularity — using an external source of randomness like a clock's seconds digit rather than trying to be unpredictable by feel.
If you want to play the equilibrium strategy properly, don't improvise it. Pick a mechanical rule and follow it — the second hand on a watch, a digit from a phone number, a mental count that maps 1 to rock, 2 to paper, 3 to scissors. Any external source works. What doesn't work is deciding in the moment, because that decision is exactly where your patterns live.
Rock Paper Scissors has been played competitively, with tournaments and world championships, which sounds absurd for a game with no correct move. It makes more sense once you accept the premise: at that level the game is not about the throws at all. It's about reading a specific opponent, disguising your own tendencies, and using the countdown itself as a channel for misdirection. It's a psychology contest wearing a hand game as a costume.