Skip to content

Latest commit

 

History

History
 
 

Math game

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Math Quiz Game

This is a simple Math Quiz Game built with Python, using the easygui library for a graphical user interface. The game generates random math problems for the user to solve, and it keeps track of the score and time taken to complete the problems.

Features

  • Randomly generated math problems using basic operators: addition (+), subtraction (-), multiplication (*), division (/), and modulo (%).
  • Five problems per game, with random numbers between 1 and 10.
  • User-friendly interface with easygui dialogs for input and results.
  • Tracks the user's score and total time taken to complete the quiz.
  • Handles special cases like division by zero and invalid input.

Prerequisites

  • Python 3.x
  • easygui library

Installation

  1. Clone the repository:    git clone https://github.com/yourusername/math-quiz-game.git
  2. Navigate to the project directory:    cd math-quiz-game
  3. Install the required dependencies: You need to have the easygui library installed. If it's not already installed, you can install it using:    pip install easygui

How to Run

  1. Run the scrip:    python math_quiz_game.py
  2. Follow the prompts in the easygui dialogs to answer the math problems.
  3. At the end of the game, your score and the time taken will be displayed.

Game Rules

  1. The game consists of 5 math problems.
  2. Problems are generated randomly with basic math operators.
  3. You need to enter the correct numeric answer to score a point.
  4. The final score is displayed at the end, along with the total time taken.

GOOD LUCK!