TASK: The bug should move around the screen using the arrow keys. The bug should always face forward while moving. The bug should be able to change speeds by clicking on the different arrows. For each click, the speed should change by one either up or down depending on the arrow you click. The starting speed of the bug should be 5. The arrows should always stay in their starting spots. EXTENSION: -The bug should be able to face diagonally when moving with two different buttons being pressed. For example, when the up and left arrows are pressed, the bug should face diagonally to the upper left.
Thanks!