🔢
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.
// 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(); } } });