-
Notifications
You must be signed in to change notification settings - Fork 839
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7327a4
commit 99d8d01
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# **Find The Number** | ||
|
||
|
||
<br> | ||
|
||
## **Description 📃** | ||
Find the Number is a fun and interactive browser-based game where players try to guess a randomly generated number within a specified range. The goal is to guess the correct number in as few attempts as possible. | ||
|
||
<br> | ||
|
||
## **functionalities 🎮** | ||
|
||
• Random Number Generation: The game generates a random number within a given range at the start of each game. | ||
|
||
• User Input: Players can input their guesses using a text field. | ||
|
||
• Feedback: The game provides feedback on whether the guessed number is too high, too low, or correct. | ||
|
||
• Attempt Tracking: The game tracks the number of attempts Left out of 10 . | ||
|
||
• Game Restart: Players can restart the game to try guessing a new number or when the attempts aur over. | ||
|
||
<br> | ||
|
||
## **How to play? 🕹️** | ||
|
||
• Open index.html in a web browser to start the game. | ||
|
||
• Enter your guess in the input field and click the "Submit" button. | ||
|
||
• The game will inform you if your guess is too high, too low, or correct. | ||
|
||
• Keep guessing until you find the correct number or until attempts are left. | ||
|
||
• The game will display the number of attempts left. | ||
|
||
• Click the "Restart" button to play again with a new number. | ||
<br> | ||
|
||
## **Screenshots 📸** | ||
![image](https://github.com/AshishPandey04/GameZone/blob/newBranch/assets/images/Find_the_Number.png) | ||
|
||
|
||
<br> | ||
|
||
## **Working video 📹** | ||
![vedio](https://github.com/AshishPandey04/GameZone/blob/newBranch/assets/animations/Find_The_Number.mp4) |