CSE 694A: Lab 8
Due Wednesday, Nov. 24

LAB 8: Behavioral Model


ASSIGNMENT

Implement a prey-preditor model in a simple 2D world. Create two sets of creatures: one a prey and one a preditor. Whenever a preditor gets within epsilon of a prey, the prey disappears. Give the two groups different capabilities (vision, acceleration, turning radius, etc.) to make the resulting animation interesting. Include spatial limits on the environment and some simple obstacles in the environment.

Suggestions:

Extra Credit: