A simple guessing game implemented in JavaScript, HTML, CSS. The game generates a random secret number between 1 and 20, and the player needs to guess the correct number. The game keeps track of the player's score and displays messages based on the guess.
- Go to https://cs-number-guessing-game.netlify.app in your web browser or clone to repository to your local machine with git clone "https://github.com/court534/guessing-game.git".

- Enter a number in the input field and click the "Check" button to submit your guess. You will receive feedback on whether your guess is too high or too low.

- Keep guessing until you find the correct number

- Or run out of attempts.

- Your score will be displayed, and if you beat the highscore, it will be updated.