There are 8 basic levels in the game. Each set of 8 has
an increasing level of difficulty set in the game logic
1 - 8 |
Ducklings |
9 - 16 |
Mother duck |
17 - 24 |
Ducklings and mother duck |
25 - 32 |
Double ducklings and mother duck |
33 - 40 |
Fast double ducklings and mother duck |
After this, level 41 is the same as level 33, and so on ad infinitum,
except with the time gradually being reduced to 400 at level 65.
The game display showing the current level at
AEC2 can only accommodate two
digits, but the internal counter at
6EEB is an 8-bit unsigned number. Therefore,
after level 99, the counter overflows to 0, but play can continue as it if were 100,
wrapping round again to 200 and progressing to level 255 (displayed as "55"). After
this, level 0 is on the full difficulty level, then the level counter finally overflows
to 1 and difficulty drops to the easiest.
Unlike Pac-Man, there is no other related bug so play can continue until the heat death of
the universe....