This game will test your skills on guessing a number between 1-100
This game will test your skills on guessing a number between 1-100
For this project, I made a number guessing game using HTML, CSS, and JavaScript. The game lets the player guess a random number between 1-100, gives hints if the guess is too high or low, and tracks the number of attempts. Through this project I learned how to use inputs to get information from the player.
This the full game
Log in to leave a comment
I changed the background color again because my last project already had purple so I decided to use pink
I also changed the button color and the banner for this project
Log in to leave a comment
Added the conditionals
Changed the background color
Added a container
Added text to indicate if the number is too high or low and added text for the amount of attempts a user is guessing
Log in to leave a comment
Started the JS
Added variables and event listeners
Now I will move on to adding conditionals
Log in to leave a comment
This is what I have so far after adding the HTML and CSS
Log in to leave a comment