Code the following conditions for the maze game: 1. Create an algorithm that will allow a user to control a sprite using only the arrow keys on the keyboard to navigate the sprite through the maze. 2. The game begins by pressing the green flag. The sprite must draw a line to trace where it has walked. 3. If the sprite touches a wall, it will return to the beginning and erase the sprite’s line. 4. When the sprite hits the green area, the sprite with its line disappears, the backdrop changes, and displays “Great job!”