Skip to content

Commit 3dfff8b

Browse files
authored
added details to readme
1 parent 2e9d595 commit 3dfff8b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

color-guessor/README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
### Color Guessing Game
2+
A RGB color guessing game.It has 2 levels easy and hard. In easy level you have 3 boxes and you have to guess from those 3 boxes but in hard level you have 6 boxes.
3+
4+
### Use of the Project:
5+
It is a great game to play as it is with rgb we can just see the rgb and guess the color . This can be used if get a better understanding of rgb.
6+
7+
### Tech Stack
8+
* HTML5
9+
* CSS3
10+
* JAVASCRIPT
11+
12+
13+
#### Steps to Use:
14+
15+
---
16+
17+
- Download or clone the repository
18+
19+
```
20+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
21+
```
22+
23+
- Go to the directory
24+
- Run the index.html file
25+
- Start guessing!
26+
27+
---
28+
29+
### Screenshots
30+
![Screenshot (36)](https://user-images.githubusercontent.com/69195262/125189807-9b45b100-e257-11eb-9f07-82a4b65a2739.png)
31+

0 commit comments

Comments
 (0)