Skip to content

AntoniyaBK/Math-Quiz-Game

Repository files navigation

📐 Math Quiz Game

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!

🧠 About

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.

🚀 Features

  • Generates math questions
  • Multiple-choice answers
  • Scoring system
  • Simple and intuitive user interface
  • Works on Android devices (minimum SDK according to the project)

📱 Screenshots

ToDoList1 ToDoList2 ToDoList3 ToDoList3

🛠️ Technologies

Technology Usage
Java Game logic
Android Studio Development environment
Android SDK Platform for running the app

💾 Project Structure

Math‑Quiz‑Game/
├── app/
│   ├── java/…         # Java source code
│   ├── res/…          # Resources (layout, images, strings)
│   └── AndroidManifest.xml
├── .gitignore
├── build.gradle
└── README.md

📥 Installation / Setup

Follow these steps to install and run the app on your machine:

  1. Clone the repository:
git clone https://github.com/AntoniyaBK/Math-Quiz-Game.git
  1. Open in Android Studio:

File → Open → select the project folder

  1. Sync Gradle:

Android Studio will automatically download the required dependencies.

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

  1. Run the app:

Press the green Run ▶ button in Android Studio to launch the app.

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

📝 Future Improvements

  • Add different question categories
  • Timer feature for each question
  • Leaderboard for high scores
  • Multi-language support

🤝 Contributions

If you want to contribute, submit a pull request or suggest ideas via GitHub Issues 💡.

⭐ Acknowledgements

If you like this project, give it a ⭐ to support it 👍.

About

Math Quiz Game in Java :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages