Added NumberGuessingBySpeaking Game #2411
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Number Guessing by Speaking the Number
Number Guessing by Speaking the Number is an interactive game where players guess a randomly generated number within a specified range using voice commands. The game leverages speech recognition to convert spoken guesses into text, providing a hands-free and engaging experience. Upon starting, the game generates a random number and prompts the player to begin guessing by speaking their number.
Players receive real-time feedback, indicating whether their guess is too high, too low, or correct. This feedback helps them narrow down their guesses efficiently. The game also offers voice feedback to guide and encourage players throughout their guessing journey.
Key features include multiple difficulty levels with different number ranges, score tracking to display the number of guesses taken, and multilingual support for both speech recognition and voice feedback. The user-friendly interface ensures easy navigation, and the game is enhanced with background music and sound effects to make the experience more enjoyable.
Upon correctly guessing the number, players can choose to play again or adjust the difficulty level for a new challenge. This game blends the simplicity of a classic guessing game with modern technology, providing a fun and immersive experience for users of all ages.
Fixes: #2404
ATTACH SCREEN-SHOTS / DEPLOYMENT LINK