Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1 KB

README.md

File metadata and controls

32 lines (21 loc) · 1 KB

Big Number Game

The Big Number Game is a simple Android app where players choose the larger of two randomly generated numbers to earn points.

Features

  • 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.

How to Play

  1. Pick the button with the larger number.
  2. Score increases for correct choices.
  3. Press the reset button to start over.

ScreenShot

Installation

  1. Clone the repo:
    git clone https://github.com/your-username/bignumbergame.git
  2. Open in Android Studio and run on a device/emulator.

License

This project is licensed under the MIT License.