Skip to content

VectorStatic/Math-Quiz-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧮 Math Quiz Game

A clean, responsive, and lightweight arithmetic quiz game built with modern Vanilla JavaScript. Test your mental math skills against the clock with varying difficulty levels.

Start Here

✨ Features

  • Minimalist Design: A distraction-free UI built with CSS Flexbox and modern variables for easy theming.

  • 5 Difficulty Levels: Ranges from "Very Easy" (single digits) to "Expert" (complex mixed operations).

  • Keyboard Support: Fully accessible via physical keyboard (Numpad, Backspace, Enter).

  • Quick Mode: Option to auto-submit answers as soon as they match the target.

🎮 How to Play

  1. Select a Difficulty Level from the main menu.
  2. (Optional) Toggle Quick Mode on or off.
  3. Solve the math problem displayed on the screen.
  4. Enter your answer using the on-screen Numpad or your Keyboard.
  5. Beat the timer (20 seconds per question)!

🛠️ Installation & Setup

No build step or installation is required. This project runs entirely in the browser.

  1. Clone the repository: git clone https://github.com/VectorStatic/Math-Quiz-Game.git

  2. Open the Game: Simply double-click index.html to open it in your web browser.

📂 Project Structure

Math-Quiz-Game/
├── index.html      # Main game structure
├── style.css       # Styling, themes, and responsiveness
├── script.js       # Game logic (Class-based architecture)
└── README.md       # Documentation

🚀 Deployment

  1. This project is ready for GitHub Pages.

  2. Go to your repository Settings.

  3. Click on "Pages" in the sidebar.

  4. Select main branch as the source.

Your game will be live at https://your-username.github.io/Math-Quiz-Game/.

About

It is a simple Math Quiz Game , made using HTML, CSS and JavaScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published