Skip to content

developerradha/Number-Guessing-Game-with-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Number Guessing Game (GUI)

This is a simple Number Guessing Game implemented with HTML, CSS, and JavaScript. The game runs directly in your browser, providing an interactive GUI—no additional setup is required.

Features

  • Guess a random number between 1 and 100.
  • Get feedback: "Too low" or "Too high" hints after each guess.
  • See the number of attempts taken to guess the correct number.
  • Automatically resets the game after a win.
  • A simple, clean, and responsive user interface.

How to Play

  1. Open the index.html file in any modern web browser.
  2. Enter your guess in the input box.
  3. Click Submit to check your guess.
  4. Follow the feedback and keep guessing until you find the correct number.
  5. Enjoy!

Installation

To set up the game locally:

  1. Clone this repository:
    git clone https://github.com/your-username/number-guessing-game.git

About

Number Guessing Game with GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published