A browser-based Rock Paper Scissors game built as part of The Odin Project curriculum.
Live demo: https://chihhaolin.github.io/odin_RockPaperScissors/
- Play 5 rounds against the computer
- The computer picks randomly each round
- Highest score after 5 rounds wins
- Click Play Again to reset and start over
- Battle arena showing both choices as large emoji after each round
- Live score bar tracking current round and scores
- Round history log with color-coded win / lose / tie rows
- Final result panel with game verdict
- Responsive layout down to small mobile screens
- Vanilla HTML, CSS, JavaScript — no frameworks or build tools
- Google Fonts:
Press Start 2P,Orbitron,Nunito - CSS custom properties for a "Neon Arcade" color theme
Open index.html directly in any browser. No server or install step needed.