Project 114: Ant Racing

6. Create controls for Racer #2

Using your work from steps 3-5, add controls for Racer #2 with the A, D, and W keys on your keyboard.
Starting point file for this challenge

Your goal

Steps

1. Make Racer #2 turn left with the "A" key

Using your work in step 3 as a reference, add controls to Racer #2 that make it turn left when you press the "A" key on your keyboard.

2. Make Racer #2 turn right with the "D" key

Using your work in step 4 as a reference, add controls to Racer #2 that make it turn left when you press the "D" key on your keyboard.

3. Make Racer #2 move forward with the "W" key

Using your work in step 5 as a reference, add controls to Racer #2 that make it move forward when you press the "W" key on your keyboard.