Math Quiz Game

A simple command-line math quiz game written in Python.
The program prompts the user to select a difficulty level (1–3) and then challenges them with 10 random addition problems.
The player has up to 3 attempts for each question, and their final score is displayed at the end.

  • Python
  • CLI
  • Libraries

Features

  • Three difficulty levels:
    • Level 1: Single-digit numbers (0–9)
    • Level 2: Two-digit numbers (10–99)
    • Level 3: Three-digit numbers (100–999)
  • 10 randomized questions per game
  • Up to 3 attempts per question
  • Clear feedback for incorrect answers

Requirements

  • Python 3.x

How to Run

  1. Clone this repository:git clone https://github.com/joeseverino/math-quiz-game.git cd math-quiz

Technologies Used