The Number Guessing Game is an interactive JavaScript game where players must guess a randomly generated number within a specified range. Game comes with the probablity bar to display how close the guess was. User is provided with 5 chances to guess a number and the highest score is stored and retrieved from local storage.
- Storing the highest score
- Probability bar to measure how close the guess is
- Random number generation using the Math.random() function
- Dynamic messaging system based on user input
- Clear and intuitive user interface
- Game logic implemented with functions and conditionals
- Responsive design with CSS styling
- HTML
- CSS
- JavaScript