File tree Expand file tree Collapse file tree 4 files changed +46
-0
lines changed Expand file tree Collapse file tree 4 files changed +46
-0
lines changed Original file line number Diff line number Diff line change
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!
You can’t perform that action at this time.
0 commit comments