Scenario: while programming you have a sudden nostalgic urge for the '80s and cheesy games.
Requirements: Make a GUI program (text probably won't work) for Simon, the game. Input can be clicking, or pressing a key. You should divide the screen into 4 regions: yellow, blue, red, green. When the game starts, a random color lights up and you activate it. Then, two lights come on, one after the other, and you need to activate those in order, etc. The game ends when you press the wrong color.
Bonuses:
-100 if you include sound (a note played when pressing and when the game shows you the colors)
-25 if you include a score counter.