/Quiz_game

Quiz Game is an Android application that presents users with 5 multiple-choice questions. Users have 10 seconds to answer each question, and their score is displayed in real-time. After answering all questions, users receive feedback on whether they won or lost.

Primary LanguageJava

Simple Quiz Game

Simple Quiz Game is an Android application that presents users with 5 multiple-choice questions. Users have 10 seconds to answer each question, and their score is displayed in real-time. After answering all questions, users receive feedback on whether they won or lost.

Features

  • 5 multiple-choice questions
  • 4 possible answers for each question
  • Real-time scoring
  • 10-second countdown for each question
  • Result display with feedback and score
  • Reset button to restart the game

Screenshots

Screenshot 1

Screenshot 1

Screenshot 2

Screenshot 1

Getting Started

To get started with the Simple Quiz Game app, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/Omarmasalmah/Quiz_game.git  
    
  2. pen the project in Android Studio.

  3. Build and run the app on an Android device or emulator.

How to Play

  1. The game starts immediately upon opening the app.
  2. Read the question and choose one of the four answer choices.
  3. You have 10 seconds to select an answer.
  4. If you do not select an answer within 10 seconds, the game automatically proceeds to the next question.
  5. After answering all 5 questions, the result screen will display your score and whether you won or lost.
  6. You can reset the game at any time by tapping the "Reset" button.