Skip to content

Commit b55c9ad

Browse files
authored
Merge pull request #314 from RiyaGupta89/main
JavaScript Game readme updated
2 parents 69081be + 73f1853 commit b55c9ad

File tree

1 file changed

+32
-7
lines changed

1 file changed

+32
-7
lines changed

JAVASCRIPT GAME/README.md

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,35 @@
1-
# Javascript Dinosaur Game 🦕
2-
3-
![dinosaurgame](https://user-images.githubusercontent.com/72425181/124359775-0b46ac80-dc44-11eb-9984-baa31075ebc7.png)
1+
# Welcome to the Dinosaur Game 🦕
42

53
*This web app allows you to play the dinosaur game where you have to make the dinosaur jump and safe himself from the cactus. If the dinosaur touches the cactus, the player lose. This is a fun game to play. Also, a good game to get started with Javascript*.
6-
>Technologies used:
7-
- HTML
8-
- CSS
9-
- JAVASCRIPT
104

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+
16+
### How to get the project on your local machine:
17+
18+
---
19+
20+
- Download or clone the repository
21+
22+
```
23+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
24+
```
25+
26+
- Go to the directory
27+
- Open Javascript Game folder
28+
- Open index.html with live server by right clicking on the mouse cursor
29+
30+
### Screenshots
31+
32+
33+
![dinosaurgame](https://user-images.githubusercontent.com/72425181/124359775-0b46ac80-dc44-11eb-9984-baa31075ebc7.png)
34+
35+
# Happy Coding!

0 commit comments

Comments
 (0)