Skip to content

Commit

Permalink
Add : README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andikatuluspangestu committed Sep 11, 2023
1 parent a2e2e50 commit 00f539d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 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.

0 comments on commit 00f539d

Please sign in to comment.