Rock, Paper, Scissors
Play the classic Rock, Paper, Scissors against the machine. Ideal for making decisions or passing the time.
You
0
Machine
0
Choose your move
The Classic Decision Game
Rock, Paper, Scissors is a simple hand game known worldwide. It is often used as a fair method to decide something between two people, similar to flipping a coin.
The Rules:
- Rock beats Scissors (smashes it).
- Scissors beats Paper (cuts it).
- Paper beats Rock (wraps it).
Play against the machine to pass the time or to make those small daily decisions: who does the dishes? what movie do we watch tonight? Let chance decide!
Our version of the game ensures a fair opponent: the machine selects its move completely at random each round, using JavaScript's Math.random() function. It follows no pattern, so every match is unpredictable.