Skip to content

JavaScript-Projects-V1/Guess-my-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess-my-number.

About the project.

This is a very simple project that allows the user to guess a number that benefits from DOM in javascript to make chenges on both html and css file and bulid the logic of the project.

How it works.

The programm generates a random number if the user gussed number is

  • Below the randomly generated number

    • a meassage "📉 Too low" appears
  • Above the randomly generated number

    • a meassage "📈 Too High !" appears
  • Equal the randomly generated number

    • a meassage "🎉 Correct number !" appears
  • No enterd number

    • a meassage "⛔ No number" appears
  • there is high score the user can get theough the game

  • Again button to generate a new random number and continue the game with new (score = 20)

Languages

  • HTML5.
  • CSS3.
  • JavaScript (ES6).

Images





About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published