A browser-based Rock Paper Scissors game built as part of The Odin Project Foundations curriculum.
Play Rock Paper Scissors against the computer. The game runs for 10 rounds, tracks the score for both the player and the computer, and declares a winner at the end.
- Player vs. Computer gameplay
- 10-round match format with automatic winner declaration
- Live score tracking via an on-screen scorecard
- Animated loading indicator while waiting for a choice
- Active button highlight to confirm the player's selection
- Reset button to start a new game
- Click Rock, Paper, or Scissors to make your move.
- The computer randomly selects its choice, displayed on screen.
- Scores update after each round.
- After 10 rounds, the overall winner is announced.
- Click Reset to play again.
- HTML5
- CSS3 (custom font via
Mozzarella Cheese.otf, Google FontsFigtree) - Vanilla JavaScript (no frameworks or libraries)
├── index.html
├── css/
│ └── styles.css
├── js/
│ └── script.js
└── fonts/
└── Mozzarella Cheese.otf
- Project assignment: The Odin Project — Foundations: Rock Paper Scissors
- Crafted by Macie Lanthier