Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 2 KB

README.md

File metadata and controls

45 lines (25 loc) · 2 KB

Guess My Number Game

Description

Welcome to the Guess My Number web application! This project is dynamic and user-friendly game that will test youe guessing skills.Built with HTML, CSS, and JavaScript, the game leverages the power of the Document Object Model (DOM) to provide an engaging and interactive experience for players.

How to Play

Objective

Your goal is to guess the secret number within a defined range.

Gameplay

  1. The game will provide you with a range of numbers within which the secret number lies.
  2. Input your guess in the provided input field.
  3. Click the "Submit" button to submit your guess.

Feedback

After each guess, the game will provide you with feedback to help you adjust your subsequent guesses.The feedback will indicate whenever your guess is too high or too low.

Winning

Keep guessing until you correctly indetify the secret number.Once you guess the correct number, you'll be notified of your victory along with the number of attempts you took to win the game.

Restart

If you want to play again, you can click the "Play Again" button to reset the game and start from scratch.

Sneak Peek: A Glimpse of the Game

Feel the excitement before you even start playing! Here's a sneak peek at the Guess the Number game:

image image image

Featues

  • User-Friendly Interface: The game is designed with simplicity in mind, ensuring an intuitive and ease-to-navigate user interface.

  • Interactive Experience: Thanks to the integration of click events using the DOM, the game offers a seamless and interactive gameplay experience.

  • Challenging Gameplay: The game's mechanics of guessing the secret number within a defined range make for an addictive and engaging challenge.