diff --git a/README.md b/README.md index 17fb263..fc483a7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,36 @@ -# Secret Number -Based on secret number game made by Alura + + + +A very simple secret number game made with HTML, CSS and vanilla Javascript.
+How to play? Press start button and select any number you want until you found the correct one.
+Based on secret number game made by Alura Latam + + +## 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/