diff --git a/Games/Number_Guessing_Game/README.md b/Games/Number_Guessing_Game/README.md new file mode 100644 index 0000000000..486067be86 --- /dev/null +++ b/Games/Number_Guessing_Game/README.md @@ -0,0 +1,32 @@ +

NUMBERGUESSINGGAME

+ + +

Description

+Game Overview: +The Number Guessing Game is a fun and engaging activity where players attempt to guess a secret number within a specified range. This game tests players' ability to use logic and intuition to narrow down their guesses and find the correct number in the fewest attempts possible. It's suitable for all ages and can be played solo or with friends. + +Objective: +The objective of the game is to guess the secret number chosen by the computer (or another player) in as few guesses as possible. + +How to Play: +Start the Game: The game begins with the computer selecting a random number within a predefined range, for example, 1 to 100. +Make a Guess: The player makes their first guess by entering a number within the range. +Receive Feedback: The computer provides feedback on whether the guessed number is too high, too low, or correct. +Adjust Guess: Based on the feedback, the player adjusts their next guess accordingly. +Repeat: Steps 2 to 4 are repeated until the player correctly guesses the secret number. +Win: Once the player guesses the correct number, the game congratulates the player and displays the number of attempts taken. +Features: +Difficulty Levels: Players can choose different difficulty levels, which change the range of numbers (e.g., 1-50 for easy, 1-100 for medium, and 1-1000 for hard). +Hint System: Optional hints can be provided to help players, such as indicating if they are within 10 numbers of the correct answer. +Score Tracking: The game can track the number of attempts and time taken to guess the correct number, allowing players to challenge themselves to improve. +Multiplayer Mode: Players can take turns guessing the number, and the one who guesses correctly in the fewest attempts wins. +Benefits: +Educational: Helps improve number sense and logical thinking. +Entertaining: Provides a fun challenge and a sense of achievement when the correct number is guessed. +Versatile: Suitable for players of all ages and can be played in various settings, from casual gatherings to classroom activities. +Conclusion: +The Number Guessing Game is a simple yet captivating game that can provide hours of entertainment and mental stimulation. Whether played alone or with friends, it offers a perfect blend of fun and learning, making it a great choice for anyone looking to pass the time with a challenge. + + + + diff --git a/Games/Number_Guessing_Game/favicon/android-chrome-192x192.png b/Games/Number_Guessing_Game/favicon/android-chrome-192x192.png new file mode 100644 index 0000000000..0de9ddd06a Binary files /dev/null and b/Games/Number_Guessing_Game/favicon/android-chrome-192x192.png differ diff --git a/Games/Number_Guessing_Game/favicon/android-chrome-512x512.png b/Games/Number_Guessing_Game/favicon/android-chrome-512x512.png new file mode 100644 index 0000000000..74ca078605 Binary files /dev/null and b/Games/Number_Guessing_Game/favicon/android-chrome-512x512.png differ diff --git a/Games/Number_Guessing_Game/favicon/apple-touch-icon.png b/Games/Number_Guessing_Game/favicon/apple-touch-icon.png new file mode 100644 index 0000000000..470ea4d1cb Binary files /dev/null and b/Games/Number_Guessing_Game/favicon/apple-touch-icon.png differ diff --git a/Games/Number_Guessing_Game/favicon/favicon-16x16.png b/Games/Number_Guessing_Game/favicon/favicon-16x16.png new file mode 100644 index 0000000000..b4e4c4deee Binary files /dev/null and b/Games/Number_Guessing_Game/favicon/favicon-16x16.png differ diff --git a/Games/Number_Guessing_Game/favicon/favicon-32x32.png b/Games/Number_Guessing_Game/favicon/favicon-32x32.png new file mode 100644 index 0000000000..de11ac4442 Binary files /dev/null and b/Games/Number_Guessing_Game/favicon/favicon-32x32.png differ diff --git a/Games/Number_Guessing_Game/favicon/favicon.ico b/Games/Number_Guessing_Game/favicon/favicon.ico new file mode 100644 index 0000000000..fb125fe304 Binary files /dev/null and b/Games/Number_Guessing_Game/favicon/favicon.ico differ diff --git a/Games/Number_Guessing_Game/favicon/site.webmanifest b/Games/Number_Guessing_Game/favicon/site.webmanifest new file mode 100644 index 0000000000..b2853f64f8 --- /dev/null +++ b/Games/Number_Guessing_Game/favicon/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Number Guessing Game", + "short_name": "Number Guessing Game", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#000300", + "display": "standalone" +} diff --git a/Games/Number_Guessing_Game/index.html b/Games/Number_Guessing_Game/index.html new file mode 100644 index 0000000000..400e0c4374 --- /dev/null +++ b/Games/Number_Guessing_Game/index.html @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + Number Guessing Game + + + + + + + +
+
+
+

Guess The Number

+

+ We have randomly selected numbers between 1 - 33. Can you guess it? +

+
+ + +
+ + + + + +
+ +

+ + + +
+
+ + + \ No newline at end of file diff --git a/README.md b/README.md index f0d99e2c53..432a4bca1f 100644 --- a/README.md +++ b/README.md @@ -339,8 +339,7 @@ This repository also provides one such platforms where contributers come over an | [Rapid_click_frenzy](https://github.com/kunjgit/GameZone/tree/main/Games/Rapid_click_frenzy) |[Penguins Can't Fly](https://github.com/Will2Jacks/GameZoneForked/tree/Task/Games/Penguins_Can't_Fly)| | [Taash_Game](https://github.com/kunjgit/GameZone/tree/main/Games/Taash_Game)| - - +| [Number_Guessing_Game](https://github.com/kunjgit/GameZone/tree/main/Games/Number_Guessing_Gam)|
diff --git a/assets/images/NumberGuessingGame.png b/assets/images/NumberGuessingGame.png new file mode 100644 index 0000000000..02fcaf5c7d Binary files /dev/null and b/assets/images/NumberGuessingGame.png differ