Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darociion authored Mar 27, 2024
1 parent 5725321 commit 6384ed3
Showing 1 changed file with 35 additions and 3 deletions.
38 changes: 35 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,36 @@
# Secret Number
Based on secret number game made by <a href="https://github.com/alura-es-cursos" target="_blank">Alura</a>
<img src="https://github.com/darociion/secret-number/blob/main/secretNumber_screencap.png">


A very simple secret number game made with HTML, CSS and vanilla Javascript.<br>
How to play? Press start button and select any number you want until you found the correct one.<br>
Based on secret number game made by <a href="https://github.com/alura-es-cursos" target="_blank">Alura Latam</a>


## Demo :rocket:

https://darociion.github.io/secret-number/


## Run Locally :computer:

Clone the project

```code
git clone https://github.com/darociion/secret-number.git
```

Go to the project directory
```code
cd secret-number
```

Open index file in your web browser
```code
"web browser name here" index.html
```


## Feedback :v:

If you have any feedback, please let me know.

Demo = https://darociion.github.io/Secret-Number/

0 comments on commit 6384ed3

Please sign in to comment.