J-Kit
Português

Rock Paper Scissors

The classic decision game with animation

How to play
About this tool

The classic game with true randomness

This version of rock paper scissors uses `crypto.getRandomValues()` for the computer's choice, ensuring there is no predictable pattern. The countdown animation (3, 2, 1) and simultaneous reveal recreate the real experience of playing against someone.

How to play

Three possible moves

  1. Choose rock, paper, or scissors by clicking the corresponding button.
  2. A countdown (3, 2, 1) is displayed while the computer 'thinks'.
  3. Choices are revealed simultaneously. The scoreboard tracks wins, losses, and draws.
References

Sources and references for this tool

These references help contextualize formulas, standards, APIs and limitations used on this page. They do not replace professional validation when a result has legal, financial, medical or operational impact.

FAQ

Frequently asked questions

The computer's choice is purely random, generated by `crypto.getRandomValues()`. There is no analysis of the player's history, patterns, or any form of 'intelligence' — it is equivalent to a fair 3-sided die.

Casual & Play