A simple yet enjoyable Rock Paper Scissors game played from your web browser, select your weapon and lock it in to see if you can beat the Computer's randomized choices, keeps track of scores .
Download VS Code or any IDE or Code Editor that supports Live Server, Install a Live Server Extension, Go to the HTML file and add it to Live Server, It will automatically take you to youir web browser to where you can play the game, or play here now for FREE -----> https://codingdashuu.github.io/JavaScript-RPS/
- Easy selection of Rock, paper, or scissors with real pictures and background highlighting.
- Tracking results such as what the Computer chose, and whether you won or lost.
- Score Tracking to see who is winning between the you and the bot.
- A "Lock In" button to confirm your selection.
- A "You chose" box to have a preview of what you have chosen.
- Now your score and the AI's score gets saved to the localStorage, so you can keep those high scores upon leaving the Tab
- Now the AI highlights its choice (the 3 pictures) in red, allowing for a more visual representation compared to the text alone
- Now the AI (computer) thinks before choosing its option, allowing for a more natural gameplay.