MOMENTUM
X
Forgot password? Recovery Link
New to site? Create an Account
Already have an account? Login
Back to Login
0
5.00
Edit
MOMENTUM is a 2 KB high-score chaser. Avoid asteroids and use your nukes to get past tricky areas.
Your score is NUKES concatenated with SCORE. Every 256 points you get is exchanged for another nuke.
Your score is in hexadecimal. It’s easy to learn. Instead of 0-9 there is 0-F starting with 0-9 then A-F. There are just 16 possible digits instead of 10. When you have F and you add 1 there’s no more room so it becomes 10. In normal decimal adding 1 to 9 gives you 10 also but it’s a different number. 10 in hexadecimal is 16, 100 is 16*16 (256), 1000 is 16*16*16 (4096) while in decimal it’s 10’s instead of 16’s so it’s the familiar value (10, 100, 1000.)
Game Discussion