Use this TEMPLATE to create your own MAZE game. 1. Choose a PLAYER sprite. 2. Choose a TARGET sprite. 3. Use same-colored RECTANGLES as "walls" to create a PATH to the target. 4. Get the arrow keys to MOVE the player sprite. 5. Send the player back to the beginning when they bump a wall. 6. Special features: levels, timer, "game over" screen, etc. 7. EVENTUALLY, you will also build a Makey Makey game controller.