JavaScript mini project
- Display three clickable button which is rock, paper & scissors.
- After click one of this, display computer generated one value among rock, paper & scissors.
- Analyse the results between users & computer then display it's result.
- Display the winner message in green, loser message in red & draws in yellow, display score accordingly.
- Fork/Clone this repository or download the files.
- Open the
index.html
file in your browser. - Click the one button among three(rock, paper, scissor to start the game.
- The game will show the result after.
index.html
: Contains the structure of the web app.style.css
: Contains the styling for the web app.script.js
: Contains the JavaScript code that handles the game logic and UI updates.