Prototype
Differences
|
The score only shows one zero at the start instead
of two.
|
The bottom line is thicker
than in the final. When selecting the Children's
option the line thins out a little to make room for the
teddy bear icon. In the final the line is always
thinner so there is no noticeable jump.
|
The decimal flag isn't cleared after updating the
score. This leads to errors in the hexadecimal math
operations. |
There is an 'emergency exit' in the code that
aborts some calculations if the code takes too long.
Once the code was optimized in the final version this exit
wasn't needed anymore. |