-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
andikatuluspangestu
committed
Sep 11, 2023
1 parent
a2e2e50
commit 00f539d
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |