llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
198 stars 417 forks source link

Add a Simon mode game in TamTam activity #686

Closed llaske closed 4 years ago

llaske commented 4 years ago

The idea is to add a new game mode into TamTam micro activity to play to the famous Simon game.

image

Like for the Piano mode, this new Simon mode will use the current selected instrument to play classic Simon notes. Both notes and color should be inspired by the 4 items in the original game : E-note (blue, lower right), C#-note (yellow, lower left), A-note (red, upper right), E-note (green, upper left, an octave lower than blue). The UI should be simple and attractive and as for other activities:

sarthak-g commented 4 years ago

working on this

ksraj123 commented 4 years ago

working on this. There is another issue #679 related to this. I think the same problem will appear in the new game mode as well unless the underlying problem is solved first.

llaske commented 4 years ago

@ksraj123 I think the issue #679 is related to a Tone.js issue. So yes, the same problem should be there too. BTW if it bother you during development, a work around is to develop with a running Sugarizer Server or with Electron.

ksraj123 commented 4 years ago

@llaske Please review PR #687 - basic functional simon mode implemented.

llaske commented 4 years ago

Fixed in https://github.com/llaske/sugarizer/pull/687