The Big Number Game is a simple Android app where players choose the larger of two randomly generated numbers to earn points.
- Random Numbers: Two numbers are shown, and the player selects the larger one.
- Score Tracking: Increases for correct answers, decreases for incorrect ones.
- Reset Button: Resets the score and generates new numbers.
- Visual Feedback: Toast messages and background color changes for correct/incorrect answers.
- Pick the button with the larger number.
- Score increases for correct choices.
- Press the reset button to start over.
- Clone the repo:
git clone https://github.com/your-username/bignumbergame.git
- Open in Android Studio and run on a device/emulator.
This project is licensed under the MIT License.