-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |