Awesome-JavaScript-Projects
Awesome-JavaScript-Projects copied to clipboard
Guess My Number project
trafficstars
Guess My Number project : it's a simple project when the goal is to guess a random number between 1 to 20. each time you guess wrong your score will be reduced by one ( starting from 20 ). when you guess wrong you can see a text saying either your guess is higher than the goal or lower.
I made changes in 3 files ( created 3 new files ) which are :
- Guess_My_Number.html
- Guess_My_Number.css
- Guess_My_Number.js
