Skip to content

Commit cf13885

Browse files
committed
readme file added in dice game
1 parent 3ebcad7 commit cf13885

File tree

4 files changed

+46
-0
lines changed

4 files changed

+46
-0
lines changed

DiceGame/Readme.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Welcome 🖐 to the Chuck Norris Joke Generator
2+
It is a simple Dice Game. We can use this game to toss between two users and decide who is the winner.
3+
4+
5+
6+
## 💻Tech Stack
7+
<br>
8+
9+
![HTML](https://img.shields.io/badge/html5%20-%23E34F26.svg?&style=for-the-badge&logo=html5&logoColor=white)
10+
![CSS](https://img.shields.io/badge/css3%20-%231572B6.svg?&style=for-the-badge&logo=css3&logoColor=white)
11+
![JS](https://img.shields.io/badge/javascript%20-%23323330.svg?&style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
12+
13+
<br>
14+
15+
### How to get the game on your local machine:
16+
17+
---
18+
19+
- Download or clone the repository
20+
21+
```
22+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
23+
```
24+
25+
- Go to the directory
26+
- Run the index.html file
27+
- Refreshthe page again and again to play the game.
28+
29+
<br>
30+
31+
### How to use
32+
1. Both the players will choose there number( 1 or 2)
33+
34+
2. Then just refresh the page and look at the results.
35+
36+
The Results maybe :
37+
38+
![Player1](images/diceGame1.png)
39+
<br>
40+
41+
![Player2](images/DiceGame2.png)
42+
<br>
43+
44+
![Tie](images/DiceGame3.png)
45+
46+
## Happy Coding!

DiceGame/images/DiceGame2.png

47.3 KB
Loading

DiceGame/images/DiceGame3.png

83.8 KB
Loading

DiceGame/images/diceGame1.png

90.7 KB
Loading

0 commit comments

Comments
 (0)