This is the Starter of a memory game. Press the Green Flag. Remember the sequence of colors on the square. Click on the colored circles in order of the colors that appeared on the square. Press Space to see if you remember! Press the Green Flag again to reset.
This uses 2 list variables called Prompt and Response. When the green flag is clicked, the Prompt variable is filled with the colors in order. When you click the circles, it fills the response variable with your answer. When you click Space, it simply checks to see if Prompt = Response There are many ways this can be remixed and levels added. There is a reset message when the answer is checked.