Rock Paper Scissors Variations: Lizard-Spock and Beyond

Author: Özgür ÖZALP

Rock paper scissors looks like the simplest game there is: three moves, three outcomes, done. But dig a little deeper and you run into a surprisingly elegant design problem. What actually keeps the game fair? What happens if we add more gestures? In this post we'll walk through the variations that push past the classic and the simple math that makes them work.

Start with Lizard-Spock

The most famous expansion is easily Rock-Paper-Scissors-Lizard-Spock. This five-move version is built so that every gesture beats exactly two others and loses to exactly two others. The rules are easier to remember than they first appear:

  • Scissors cuts paper and decapitates lizard.
  • Paper covers rock and disproves Spock.
  • Rock crushes lizard and blunts scissors.
  • Lizard poisons Spock and eats paper.
  • Spock smashes scissors and vaporizes rock.

Because ties become less likely and every round tells a tiny story, this variant is a favorite online.

Going bigger: RPS-15 and RPS-25

If five moves isn't enough, things escalate. RPS-15 has fifteen gestures and RPS-25 has a full twenty-five. The core idea never changes: each move beats exactly half of the others and loses to the other half. In RPS-25, for example, every gesture defeats twelve moves, loses to twelve, and ties only against itself.

These versions are hard to memorize, but they're wonderful for understanding the design. As the number of gestures grows, the chance that both players pick the same move drops, so ties become rarer. The trade-off is that the game turns into a "who memorized the chart better" contest, which is why in practice three to five gestures is the sweet spot.

Variants from around the world

The game has cultural relatives too. Japan's jan-ken is considered the ancestor of most modern versions. In the same country, finger-counting hand games in the spirit of morra, based on summing numbers, are also common. Some regions add extra gestures, like a well (the well swallows rock and scissors but loses to paper). The well variant is often criticized for breaking the classic balance and making rock nearly useless, which makes it a great cautionary tale: every new gesture has to be added carefully.

Why does an odd number of moves keep it balanced?

Here's the math at the heart of every variation. In a fair rock paper scissors type, each gesture must beat the same number of moves and lose to the same number. If you have N gestures, then setting aside the tie against yourself, you face N-1 opponents. To split those opponents evenly down the middle, beating half and losing to half, N-1 has to be even. And that means N has to be odd.

You simply can't build that symmetric structure with an even number of gestures; some moves stay structurally stronger than others and the game becomes lopsided. That's the whole magic of odd numbers: 3, 5, 15, 25 are all odd for exactly this reason. Every gesture beats precisely (N-1)/2 others, keeping the game perfectly balanced on paper.

Which one should you play?

If you want a quick, twitchy reflex game, the classic three moves is still unbeatable. If you're after a bit more depth and fewer ties, Lizard-Spock is the ideal step up. RPS-15 and beyond are more of a curiosity and a challenge for the truly committed.

Want to try them all? Jump into a round against real opponents on rock.paperscissors.online. Pick a move, feel the balance, and start winning.