CSC490: Homework 5


In this homework you'll use the asteroidsfw framework for the first time. Get yourself acknowledged with it, if you have not done so already.

We'll practice steering behaviors in HW5. Since you have a bit less time than usual, the homework is going to be very simple.

Implement a ship mind that has the following very simplistic steering behaviors:

If you want and have time, you can also implement SteerEvade, SteerAvoidWall, SteerAvoidBorder, and SteerWander. Ask me if some of these are unclear, of course. The combination of these four and the above three should give the ship very human-like motion.