🔢
Number
Reflex
Tap
ODD
or
EVEN
before
the timer runs out! ⏱️
🎯
Classic
Odd or Even — 1 to 99
⚡
Speed Round
1 second each — 60 questions!
🔥
Prime Mode
Prime or Not? Brain melter.
🔢 Play!
0
Score
x1
Combo
—
Acc
30
Time
?
⚡
ODD
1,3,5…
💫
EVEN
2,4,6…
🔮 PRIME
❌ NOT PRIME
🎉
Awesome!
0
Score
0
Correct
0%
Accuracy
0
Best
🔄 Play Again
📤 Share Score
← Back to Menu
// ReflexRanking: listen for replay signal from parent window.addEventListener('message', function(e) { if (e.data && e.data.type === 'RR_REPLAY') { try { startGame ? startGame() : location.reload(); } catch(err) { location.reload(); } } });