Simple reaction game for Circuit Plaground Classic running johnny five.
npm install
npm start
- Debug with console.log()
- See johnny-five repo for board setup https://github.com/rwaldron/johnny-five
- See playground-io repo for syntax https://github.com/rwaldron/playground-io
- Debug timer functions with console.log(playerOneReactionTime)
- Make it a 3 or 4-player game (instead of just two)
- Create new pattern for light during reaction time
- Add blinking pattern for all lights if someone cheats
- Create two game modes and change with switch (Collaborate against the computer with timing)
- Extend with other examples from playground io (https://www.npmjs.com/package/playground-io)
- Connect highscore to web with express (https://www.npmjs.com/package/express)