-
Notifications
You must be signed in to change notification settings - Fork 1
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
Level controller #3
Comments
Yea each song is essentially a different level. Most of the time each song will have 3-5 different difficulties. |
Level controller should be responsible for handling loss or win. |
@dseif so difficulty is separate and should be chosen before beginning game? Is it a menu option that can be changed at anytime? |
Yup before a game begins. |
You can see it at the start of this video briefly. At the bottom there is up/down for difficulty https://www.youtube.com/watch?v=h8bHPhLeG4c |
Create controller to switch between levels.
Levels vary in:
The text was updated successfully, but these errors were encountered: