A static Rock-Paper-Scissors web game designed to challenge an AI opponent and win the match first. This game is intended for users who want a quick and simple browser-based experience.
- Choose the number of winning rounds (from 1 to 10) via a prompt
- Visual selection between Rock, Paper, and Scissors using emojis
- Live score tracking for both the player and the AI
- Round result notifications after each move
- End-game modal displaying final score and replay option
- Open
index.htmlin your browser. - Enter the number of winning rounds in the prompt dialog.
- Click on the
🪨,📄, or✂️emojis to make your move. - Track the score and reach the target to win.
- Use the Replay button at the end of the game to restart.
https://shifumi-sigma.vercel.app/
index.html— main interface and game structurestyle.css— visual styling and responsive designscript.js— game logic, score handling, and flow controlbootstrap-5.0.2-dist/— Bootstrap dependency for modal functionalityJQuery-Compressed.js— jQuery library for optional behaviors
This project is licensed under the MIT License.