Awesome-JavaScript-Projects icon indicating copy to clipboard operation
Awesome-JavaScript-Projects copied to clipboard

Guess My Number project

Open mmtrez opened this issue 3 years ago • 0 comments
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

guess my number

mmtrez avatar Jul 26 '22 01:07 mmtrez