Rock paper scissors online
Play RPS with best-of rounds — free, no sign-up
Play rock paper scissors versus the computer when two people need a third-party throw. Press Rock, Paper, or Scissors. The computer pick uses crypto.getRandomValues in this browser. Score for the visit can sit in localStorage. This is a fair random opponent, not a pattern-matching AI, not a casino, and not a coin with custom labels.
Why a computer opponent exists
A rock-paper-scissors page exists because one person cannot throw against themselves fairly, and a coin only has two faces. The computer chooses uniformly among three. We do not train on your history to beat you. Ads stay off. If you need two custom named options, flip a coin. If you need a list winner, use the picker. If you need dice, use the dice roller. TheOwlBay does not run tournaments with prize pools on this URL. Best of three is just you clicking again; there is no Best of 3 flips checkbox here. We do not delay the computer throw to fake drama beyond a short animation. Kids can use it; keep stakes at zero.
How to use the rock paper scissors
Play against the computer. Fair random choices.
Results use your browser's cryptographically secure random number generator. Lists and form data stay in localStorage on your device.
How the computer chooses
The opponent is one of three outcomes with equal odds via crypto.getRandomValues. That is a fair random throw, not true random as a physics lab, not a tell-reading model, and not a delayed server pick. We do not upload your sequence to train an AI. localStorage may hold the session score on this device. Extra UI animation does not change the integer that was already drawn. Ads stay off. Best of 3 coin mode is a different page; do not confuse it with RPS scoring unless you count by hand.
Who this game is for
Siblings, classmates, and coworkers who need a quick throw versus computer will press Rock, Paper, or Scissors here. It is not a gambling product, not an esports client, and not a classroom picker of student names. Teachers can use it as a probability demo. TheOwlBay does not require an account. If you need a tournament tree for humans, use the bracket. If you need teams, use the team generator. Ads stay off. Camp counselors breaking a tie, and siblings who lost the physical coins, will click here. Streamers can show the result. It is still not a ranked ladder and not a classroom name picker.
FAQ
Does the computer cheat?
No. It picks Rock, Paper, or Scissors with equal odds using crypto.getRandomValues. It is fair random, not true random.
Can I play another human here?
This page is versus computer. Pair two people with the pair generator, or use a bracket for a whole field.
Is this gambling?
No. There is no stake, no account, and ads stay off. It is a three-outcome throw.
RPS versus coin flip?
Coin flip is two custom labels. This page is three throws versus computer.
Where is the score stored?
Optionally in localStorage on this device. Clear site data to wipe it. No TheOwlBay account.