A fun and engaging Android application where players guess a randomly generated number, with feedback and tracking of wrong guesses.
🛠Features:
🔊 Text-to-Speech (TTS)
- Provides audio feedback by reading out the guessed number if sound is enabled.
🤖 Shake Detection
- Resets the game when the device is shaken, offering an intuitive way to restart.
🎨 Animations
- Includes visual effects using the YoYo library for enhanced user experience.
🔉 Sound Toggle
- Allows users to enable or disable sound, providing control over the audio experience.
🧰 Key Components and Libraries:
🗣 Text-to-Speech (TTS)
- Utilizes Android's TextToSpeech class to provide audio feedback on guesses.
📱 Shake Detection
- Uses the Sensey library to detect shake events and reset the game.
🎞 Animations
- Integrates the YoYo library to add animations to UI elements, enhancing the app’s interactivity.
💾 Shared Preferences