Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1009 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 1009 Bytes

Janken - Japanese Traditional Game

Description

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.

How to Play

  1. Clone this repository.
  2. Run index.html in your browser.
  3. Click on one of the three buttons to choose your option.
  4. The computer will randomly choose one of the three options.
  5. The result will be displayed on the screen.
  6. Click on the "Play Again" button to play again.

Demo

Janken Demo

Technologies Used

  • HTML
  • CSS
  • JavaScript (ES6)
  • jQuery

LICENSE

MIT License, you can modify and use this project for educational purposes only.