You have 30 Minutes to complete this project: You need to write the code to make the car do the following: * Make the car go to the start line facing east when the green flag is clicked to start the game. (The car should be positioned to the west of the red line, you are going to drive anit-clockwise) *Set controls for the car so you can smoothly navigate the car around the track, with the front of the car always pointing in the direction the car is moving. * You cannot change the background but you can design your own car. * If the car goes on the grass it must slow down to travel at speed 1 * You should be able to drive your car around the track in less than 20 seconds. You will need to demonstrate this at the end of the class. *You need to assign keys to control the car, Forward, Backward, Left, Right. And other controls such as boost would be good. *You must be able to move the car smoothly around the track using the keys you have assigned *Bonus marks are giving if you design a cool car. Extended task: *Add a lap counter * Add a lap timer