Super simple implementation of the game Simon Say's
- ReactJS
- Webaudio API
- Fonts from https://fonts.google.com/
- Repeat a sequence of 8 colours
- Repeat a sequence of 14 colours
- Repeat a sequence of 20 colours
- Repeat a sequence of 31 colours
- Green square – G4 391.995 Hz
- Red square – E4 329.628 Hz
- Yellow square – C4 261.626 Hz
- Blue square – G3 195.998 Hz
- Sequence length: 1‐5, tone duration 0.42 seconds, pause between tones 0.05 seconds
- Sequence length: 6‐13, tone duration 0.32 seconds, pause between tones 0.05 seconds
- Sequence length: 14‐31, tone duration 0.22 seconds, pause between tones 0.05 seconds
npm install && npm run webpack
npm run webpack
- build javascriptnpm run watch
- build javascript and watch for changes
- css not working well on firefox (tiles background)
- touch events works out of the box on Firefox 55.0.2 (no need to handle specific events) but not in Chrome Version 61.0.3163.79...
- UI / template for game / disposition of 'squares'
- make it rock solid (avoid user to press two tiles at once)
- handle high scores
- implement all original game parameters
- add other game mode ...