Super Mario Bros. – What Happens When Exceeding 999999 Points?

super-mario-bros

I am implementing a replica of the classic Super Mario Bros. in the Unity game engine. The problem is, I do not have a Nintendo Entertainment System.

I somehow found out that getting 100 coins will get you an extra 1UP (life), but what about the score?

There are 6 available decimal spots for the score:

Score

So what happens if the score exceeds 999999?

Too much score

Best Answer

Nothing special happens when going past 999,999 other than it just displays 7 digits instead. 1000100 score Source