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

Implement levels #5

Open
4 tasks
emurnane opened this issue Jul 11, 2016 · 0 comments
Open
4 tasks

Implement levels #5

emurnane opened this issue Jul 11, 2016 · 0 comments

Comments

@emurnane
Copy link
Owner

The game currently provides options for playing Level 1 or Level 2, which are both 60 seconds.

  • Instead, replace that screen with the instructions page (see issue Add an instructions page #2).
  • Then, automatically start the player at Level 1, which should be displayed at the top center of the screen so the player knows what level they're currently on. Level 1 should allot 60 seconds.
  • If they clear Level 1, progress to Level 2, which allows 50 seconds.
  • As the player clears the board, continue progressing through the levels (which should be updated at the top of the screen) by decrementing the time by 10 seconds. (Level 3 is 40 seconds, Level 4 is 30 seconds, and so on).
@emurnane emurnane mentioned this issue Jul 11, 2016
2 tasks
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