A school project for my students. Remix this template to make a program which: 1. Translates the triangle one space in the correct direction when the user presses an arrow key. 2. Moves point "A" to the "origin" when the "o" key is pressed. 3. Rotates the triangle clockwise 90 degrees around point A when the "r" key is pressed. 4. Reflects the triangle across line AC when the "m" key is pressed (m for mirror). - Hint - think costume! Extension: See Mr. L.