Rock Paper Scissors

Play against the computer. Cryptographically random — it cannot cheat.

You

VS

Computer

Pick your move

Press R Rock  ·  P Paper  ·  S Scissors

Wins

0

Draws

0

Losses

0

Rock Paper Scissors Online — Fair and Instant

Our online Rock Paper Scissors game pits you against a computer opponent that picks its move using cryptographically secure randomness — meaning it has absolutely no way to predict or react to your choice. Each round is a perfectly fair 1-in-3 chance for each outcome. Whether you want to make a quick decision, settle a bet, or just have fun, this is the fastest way to play RPS online with no download and no sign-up.

Popular Use Cases

How to Play

  1. Click Rock, Paper, or Scissors — or press R, P, or S on your keyboard.
  2. The computer instantly picks its move using a cryptographically secure random source.
  3. Rock beats Scissors. Scissors beats Paper. Paper beats Rock.
  4. Your score tracks wins, draws, and losses automatically. Hit Reset score to start fresh.

Is the Computer Truly Random?

Yes. This tool uses crypto.getRandomValues() — the same Web Crypto API used in security applications — to pick the computer's move. Each of the three choices has an exactly equal 33.33% probability on every round. The computer's pick is finalised before your choice is even processed, so there is no cheating possible. For a deeper look at the math behind RPS — including why pure randomness is the optimal strategy — read our guide: Rock Paper Scissors: The Math, Psychology & Optimal Strategy.

🔒 Privacy first. Everything runs in your browser. No data is sent to any server. Your score resets when you close the tab.

Frequently Asked Questions

Further reading

Explore the math, psychology, and optimal strategy in our Rock Paper Scissors: The Math, Psychology & Optimal Strategy guide.