This project is just like the above Coin Collector, except for the controls. The controls are as follows: "i" - rotates your character 90 degrees clockwise (check the notes for why) "left arrow" - moves your character left by a bit "2" - doubles the coordinates of your character
I would like to thank MATH for the idea behind this code. The reason for the "i" button is the imaginary number i and its rotative properties on the complex plane. (Technically, "i" rotates counterclockwise but I changed it to make the game more simple.)