Number Guessing Game banner

Number Guessing Game

5 devlogs
1h 47m 46s

This game will test your skills on guessing a number between 1-100

Demo Repository

Loading README...

Sadiya

Shipped this project!

Hours: 1.8
Cookies: 🍪 5
Multiplier: 2.51 cookies/hr

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.

Sadiya

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

Attachment
0
Sadiya

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

Attachment
Attachment
0
Sadiya

Started the JS
Added variables and event listeners
Now I will move on to adding conditionals

Attachment
0
Sadiya

This is what I have so far after adding the HTML and CSS

Attachment
0