🔢 Questions are decimal → hex only: you are given a base-10 number and must write the base-16 equivalent.
🎯 Answers must be two hex digits (e.g. 0A, 1F, FF). Leading zero required where applicable.
✅ Answers are case-insensitive — ff and FF are both accepted.
🔁 The 0x prefix is optional — typing 0x1B or just 1B are treated identically.
💀 One wrong answer ends the game — there are no second chances per run.
🏆 Only your best score ever appears on the leaderboard, not your latest.
🔄 Every run draws from all 256 values (0x00–0xFF), never repeating a number in the same session.