/**
Simon Game for Arduino with Score display
Copyright (C) 2022, Uri Shaked
Released under the MIT License.
*/
void setup() {
}
/**
Get the user's input and compare it with the expected sequence.
*/
/**
Plays a hooray sound whenever the user finishes a level
*/
/**
The main game loop
*/
void loop() {
}