Sohail_Academy

Numora — A Math Quest

A single-file, mobile-first math practice game covering Addition, Subtraction, Multiplication, and Division — built to make math practice feel like a game kids actually want to open, instead of short-form content.

Play it live ← replace with your GitHub Pages link once deployed (see below)

Features

Why these choices

Tech stack

HTML5, CSS3 (custom properties for per-operation theming), vanilla JavaScript (ES6+), Web Audio API, SVG (for the countdown ring). No frameworks, no build tools, no npm packages.

Running it locally

  1. Clone this repo
  2. Open index.html directly in a browser — or, for auto-reload while editing, use the VS Code Live Server extension: right-click index.html → “Open with Live Server”

No installs, no npm install, no server required.

Deploying it for free (GitHub Pages)

  1. Push this repo to GitHub
  2. Go to Settings → Pages
  3. Under “Build and deployment,” set Source to Deploy from a branch, branch main, folder / (root)
  4. Save — GitHub gives you a live URL like https://yourusername.github.io/numora-math-game/ within a minute or two

Roadmap / ideas for extending it

License

MIT — see LICENSE.