Pick your move:
Pick a move to start the game
You
VS Bot
export const prerender = true;
Play Rock Paper Scissors against a random computer opponent.
Pick your move:
Pick a move to start the game
Is the computer choice truly random?
Yes. The computer's move is generated using a cryptographically secure random number generator, making every round fair and unpredictable.
Can I play multiple rounds and track my score?
Currently, each round is independent. A score tracker may be added in a future update.
Does the computer learn from my moves?
No. Each move is completely independent and random. The computer does not adapt or remember your previous choices.