A browser math-quiz action game: pick a practice mode, choose a difficulty, then tap correct answers to charge lightning strikes against on-screen monsters.
Eight practice modes and four difficulty tiers. Press Play to load about ~1.29 MB.
Lightning Math Battle
Lightning Math Battle is a free math-quiz action game that runs in this browser tab. Press Play, pick one of eight practice modes, choose Easy, Medium, Hard, or Boss, then tap or click one of the four answer buttons at the bottom of the frame - every correct answer charges a lightning strike against the monsters on screen.
The control walkthrough in full
| Step | Action |
|---|---|
| Launch | Play on this page to inject the iframe |
| Mode | Pick Add and Subtract, Times Tables, or six other practice modes |
| Difficulty | Tap Easy, Medium, Hard, or Boss |
| Answer | Tap one of the four answer buttons at the bottom |
| Progress | Best stars and scores persist in namespaced localStorage |
Eight practice modes at four difficulty tiers
The modes cover addition and subtraction, times tables, tens and ones, number patterns, how many, number bonds, money, and the number line, and each one runs at all four difficulty tiers from Easy up to Boss. The answer grid is sized for touch on a phone, and a desktop mouse click does exactly the same thing, so a run works the same way on either device. A mute button sits in the top-right corner of the frame.
Progress stays in this browser
There is no multiplayer and no cloud save, so a player's best-star ratings live only in this browser under a namespaced key and will not follow them to a different device. The title overlay also opens a Research panel and a Progress panel from in-game links, so a player can check which practice modes need more work without leaving the page.
What loads when you press Play
Pressing Play injects about 1.29 MB of game into an iframe on this page: a Canvas 2D playfield with a vendored three.js lightning overlay, and zero CDN calls once it is running. Adapted from pasuay/thunder-math (MIT).
How it differs from the other games here
This is an answer-and-strike action game rather than a pure logic puzzle like Thirteen Step Escape or a first-person shooter like Voxel FPS Arena - here the arithmetic is what powers the combat layer. You can browse the rest of the browser games too.
Frequently Asked Questions
How many practice modes are included?
Eight modes cover addition and subtraction, times tables, place value, patterns, counting, number bonds, money, and number lines.
How large is the download?
About ~1.29 MB for the single adapted index.html bundle.
Does progress save?
Yes. Best stars and review facts persist in namespaced localStorage ftol:lightningmathbattle keys on this device.