Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current bonus level should be maintained through Game Over #80

Open
aarontabor opened this issue Dec 1, 2016 · 1 comment
Open

Current bonus level should be maintained through Game Over #80

aarontabor opened this issue Dec 1, 2016 · 1 comment

Comments

@aarontabor
Copy link
Collaborator

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.

@aarontabor
Copy link
Collaborator Author

A fix has been pushed to the fitts_pilot branch: 33863e2

Not closing this issue until the fix makes it way into develop (or we may decide that this is not desired behavior in general)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant