2016-07-07: Week 2: Day 7
Agenda
- more Arduino C++ overview
- discuss the logic example: PinballLogic
- work on developing game logic ideas. some ideas:
- add scoring (with printout to the console)
- add a high-scoring bonus mode
- add stuck ball detection
- improve the timing of the ball drain sequence (e.g. prompt the player more clearly)
- add better LED animations
- add a speaker circuit and play tones
- add some microswitches to represent more playfield sensors
- add more LEDs to represent additional actuators
- Weekly goal: by end of Friday, each group should demonstrate a fully functioning game simulation which extends PinballLogic example.