A rhythm game similar to DanceDanceRevolution (more closely resembling mobile game Love Live!), where players will score points by accurately pressing keys to the timing of game prompts and music.
- Players respond to the prompts either by pressing arrow keys or by tapping/clicking the gamepad buttons (mobile).
- Predetermined song(s) and keys used to calculate accuracy of player responses.
- Timing of key-presses are scored on a scale ("perfect", "good", "bad", "miss") with differing amounts of points awarded.
- Bonus: Multiple stages with different songs; Selecting difficulty level
- Javascript
- HTML (with Canvas)
- CSS
- React?
Possible challenges include timing the game prompts to correctly fall into position at the correct time and matching the prompts and player responses with the stage music.