This is a simple game of rock-paper-scissors, which is called "Janken" in Japanese. A player can choose one of three options: rock, paper, or scissors. The computer will randomly choose one of the three options. The winner is determined by the following rules:
- Rock wins against scissors.
- Scissors win against paper.
- Paper wins against rock.
- Clone this repository.
- Run
index.html
in your browser. - Click on one of the three buttons to choose your option.
- The computer will randomly choose one of the three options.
- The result will be displayed on the screen.
- Click on the "Play Again" button to play again.
- HTML
- CSS
- JavaScript (ES6)
- jQuery
MIT License, you can modify and use this project for educational purposes only.