Math Quiz Game is an Android app that tests your math skills through quick quiz questions. Players are presented with a set of questions and must choose the correct answer, competing for the highest score!
This is an educational and fun Android game, built with Java and Android Studio v2022.2.1. It can be used both for learning and entertainment.
- Generates math questions
- Multiple-choice answers
- Scoring system
- Simple and intuitive user interface
- Works on Android devices (minimum SDK according to the project)
| Technology | Usage |
|---|---|
| Java | Game logic |
| Android Studio | Development environment |
| Android SDK | Platform for running the app |
Math‑Quiz‑Game/
├── app/
│ ├── java/… # Java source code
│ ├── res/… # Resources (layout, images, strings)
│ └── AndroidManifest.xml
├── .gitignore
├── build.gradle
└── README.md
Follow these steps to install and run the app on your machine:
- Clone the repository:
git clone https://github.com/AntoniyaBK/Math-Quiz-Game.git- Open in Android Studio:
File → Open → select the project folder
- Sync Gradle:
Android Studio will automatically download the required dependencies.
- Set up an emulator or connect a device:
Emulator: Tools → AVD Manager → Create Virtual Device → Start the emulator
Physical device: Enable Developer Mode and USB Debugging, then connect your Android device
- Run the app:
Press the green Run ▶ button in Android Studio to launch the app.
- Optional - Build APK:
Go to Build → Build Bundle(s) / APK(s) → Build APK(s) Locate the generated APK in the output folder to install manually on any Android device
- Add different question categories
- Timer feature for each question
- Leaderboard for high scores
- Multi-language support
If you want to contribute, submit a pull request or suggest ideas via GitHub Issues 💡.
If you like this project, give it a ⭐ to support it 👍.