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

Add Difficulty Level #28

Open
gbroques opened this issue Apr 11, 2018 · 1 comment
Open

Add Difficulty Level #28

gbroques opened this issue Apr 11, 2018 · 1 comment

Comments

@gbroques
Copy link
Owner

We could add a difficulty level to the game.

Easy

  • Shorter songs, and you only increment by 1 note at a time.

Medium

  • Longer songs, and you initially increment by 1 note, then increment by 2 notes 1/3 of the way through, and 3 notes 2/3 of the way through.

Hard

  • Same as medium, but the cubes no longer flash when the notes are played at the beginning of the round.

NOTE: These are rough ideas for difficulty levels. Please input your ideas and help me refine this.

This is a good issue to work on because we have to support a wide age range: Ages 3 - 6.

@gbroques
Copy link
Owner Author

gbroques commented Apr 11, 2018

Another possible scheme:

Easy

  • Increment by one, and only play 1/3 of the song.

Medium

  • Play 2/3 of the song and increment by 2 after reaching 1/3 of the song

Hard

  • Play the entire song, increment by 3 after reaching 2/3 of the song

The only thing I don't like about this is that the song might not be recognizable for easy and medium difficulties. One way to remedy this is by coding an easy, medium, and hard sequence for each song. This sounds a bit cumbersome though.

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