Exercises (3D web agents and Javascript Interface) 1. Continue to work on the previous unfinished assignments. 2. Improve the dog world example by adding more rules on the behavioral model, like these: If the master stands near a dog, then the dog jumps up and barks. If the master stands and turns slowly, then dogs lie upside down. 3*. Design a bus race game with the Javascript interface. Hint: Combine the Bus-Driving-with-Javascript program with the Bus-Moving-along-Route program (Exercise 2, week 40)