The game Simon is a simple memory game where you try to remember a sequence
of sounds and colors. This is a minimalistic recreation of that game with 
some modern flare:

The sequences will speed up over time and also will get longer.
The game board will begin spinning at level 5.

It's possible to generate random sequences rather than have additive sequences 
but this is disabled in the code.