Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Number Guessing Game

Welcome to the Number Guessing Game project! This simple web-based game allows players to guess a number between 1 and 100 and receive feedback on their guesses. It features an attractive user interface and is built using HTML, CSS, and JavaScript with the help of Bootstrap for styling.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Features

  • Number Input: Players can enter their guesses using a number input field.

  • Feedback: The game provides feedback on each guess, letting players know if their guess was too high, too low, or correct.

  • Attempts Card: A card displays the number of guesses made and the guessed numbers to help players keep track of their attempts.