Final ENGR 103 Arduino project: Create your own Arduino game
The game will generate a 2D array with 6 (level) elements each containing 5 (required inputs) elements. The serial monitor will display a level and the required user inputs for that level. The user will have to repeat the required inputs in the given order. If the user inputs match the required inputs, a green LED pattern and a voice prompt will activate and the level counter will increment. If the user inputs do not match the required inputs for that level, a red LED pattern will play and a failure voice prompt will activate. The level will still progress, but the score will decrease for each level failed.
All 6 levels will be randomly generated and be a mixture of all required inputs.
The rules are straightforward. Repeat the displayed inputs as they pop up on the screen.