• I’ve decided I might make the game and “controlled” thing first, because I figured I could make some design decisions for the controller based on how the game ends up looking.

  • Create a basic game design based on elektroplankton

  • Utilising an stripped down observer + web component system to render the web app

  • Getting player character to move around the screen space, nothing fancy - no momentum, smoothness, personality, just moving around the screen

  • Going to try and add some sounds by the end of the day

  • ToneJS provides some really nice sounds from its synth out of the box, and provides a nice sequencing tool to time with the modules along a line

  • Drawing a line first to get points, simplify the line (with simplify-js), draw circles of same size along simplified line segments

  • Using an array of booleans I can associate a circle to highlight with the note in the sequence being played - voila, most of the basic foundation for the clone

  • Shared progress video on reddit