Bonus level configurations are read from an input file. The configurations are simply cycled through, but every time a game over occurs, bonus level configurations begin from the beginning of the file again.
Proposed solution
Save the current bonus level configuration across games, so that they always cycle through in order, no matter how many times the player dies.
Bonus level configurations are read from an input file. The configurations are simply cycled through, but every time a game over occurs, bonus level configurations begin from the beginning of the file again.
Proposed solution
Save the current bonus level configuration across games, so that they always cycle through in order, no matter how many times the player dies.