Game - Simon Says
Simon Says is a classic game having to remember a randomly generated sequence of colors, with the goal of remembering as many in the sequence as possible.
I implemented this in Unity a while ago but wanted try implement it in raw Javascript to learn a bit more about the language.