Rock Paper Scissors - Play Free Online | Wipzu

About Rock Paper Scissors

Rock Paper Scissors is the universal hand game distilled into a browser app — pick a throw, the computer picks simultaneously, and the result is immediate. Rock crushes Scissors, Scissors cuts Paper, Paper covers Rock. The game traces its origins to a Chinese hand game called shoushiling, documented as far back as the Han dynasty (206 BC – 220 AD). It arrived in Japan by the 17th century and evolved into jan-ken, where it remains deeply embedded in daily life as the primary way to settle any kind of decision between people of any age.

This browser version is a clean one-player-vs-computer implementation. Three hand gesture images represent the choices. The computer selects randomly with a uniform one-third probability per throw — the Nash equilibrium of any repeated RPS game. A live score display tracks wins, losses, and draws across the session. There are no rounds, no difficulty modes, and no time limits — an ongoing running record.

Against a truly random opponent, no strategy improves your long-run win rate. But most human opponents are not truly random. Behavioral research from Zhejiang University (2014) found that Rock is the most common opening throw at approximately 35-36% (versus the expected 33.3%), that winners tend to repeat their winning throw (win-stay), and that losers tend to shift one step forward in the Rock → Paper → Scissors → Rock cycle (lose-shift). Against human opponents these patterns are reliable enough to exploit systematically.

In 2002, the Walker brothers founded the World Rock Paper Scissors Society in Toronto and launched an annual championship with a $10,000 prize — what started as a bar event attracted hundreds of competitors, ESPN coverage, and a Rolling Stone feature. Competitive players study named throw sequences called gambits, physical tells, and timing manipulation. The Avalanche — three consecutive Rocks — is both a famous gambit and a psychological test: knowing it exists, most opponents feel compelled to throw Paper, which the gambit player has already anticipated.

Key Features

  • Live score display tracking cumulative wins, losses, and draws across the session
  • Computer randomizes with a uniform 1/3 probability per throw — the Nash equilibrium and theoretically optimal strategy
  • Gesture images for Rock, Paper, and Scissors — visual rather than text-based feedback
  • Single-player vs computer with no round limit and no time pressure
  • Origins traced to Han-dynasty China (~206 BC); became global through Japanese jan-ken culture
  • Built in HTML/CSS/JavaScript — click to play, no setup

Controls

Click the Rock button — throw Rock
Click the Paper button — throw Paper
Click the Scissors button — throw Scissors
Result and score update immediately after each click
MobileTap the button for your chosen throw. Works on any touch device.

How to Play

  1. 1Click Rock, Paper, or Scissors to make your throw. The computer reveals its choice simultaneously.
  2. 2Rock crushes Scissors (win). Scissors cuts Paper (win). Paper covers Rock (win). Matching throws are a draw.
  3. 3The score display updates after each round — wins, losses, and draws accumulate across your session.
  4. 4There are no rounds and no end condition — play continues until you stop. Try to push your win count as high as possible.

Tips & Tricks

  • Against the computer's random throws, no strategy improves your win rate over time. The expected outcome is exactly one win, one loss, and one draw per three rounds on average — the game is genuinely fair.
  • If you are playing informally against a human opponent on the same screen, most people open with Rock. Throwing Paper on the first round wins more often than probability alone would predict.
  • Watch for the win-stay, lose-shift pattern in human opponents: after winning, most people repeat their winning throw. After losing, they tend to shift one step clockwise in the Rock → Paper → Scissors cycle. If you notice this, stay one step ahead.
  • Don't try too hard to 'randomize' your own throws when playing humans — intentional randomization is psychologically difficult and usually produces exploitable patterns. Overthinking your own throws makes you more predictable, not less.
  • Competitive players look for physical tells before the throw: a fist tightening tends to signal Rock; a relaxed open hand tends to become Paper. In casual play, watching rhythm changes and hesitation is more reliable than trying to read hand position.

Game Info

Developerhe-is-talha
Release YearAncient (origins c. 206 BC); browser version 2024
PlatformBrowser
TechnologyHTML5 / JavaScript

FAQ

Yes — the computer selects each throw with a uniform one-third probability using JavaScript's random number generator. There is no exploitable pattern.

The earliest documented predecessor is shoushiling, a Chinese hand game traced to the Han dynasty (206 BC – 220 AD). It reached Japan by the 17th century, evolved into jan-ken, and spread globally in the early 20th century through increased cultural contact.

Against a truly random computer, no — the expected value per throw is exactly zero regardless of your strategy. This is the Nash equilibrium of the game. Edge only exists against human opponents who exhibit systematic biases like win-stay or preferring Rock as an opener.

The WRPSA was founded in Toronto in 2002 by the Walker brothers. They ran an annual championship with a $10,000 prize that attracted competitive players studying gambit sequences, physical tells, and opponent psychology. It attracted ESPN coverage and mainstream media attention.

Yes. Zhejiang University research (2014) across 360 participants found that Rock accounts for ~35-36% of first throws, winners repeat their winning gesture, and losers shift one step forward in the Rock → Paper → Scissors cycle. These patterns are consistent enough to exploit against unaware human opponents.