| Class | Description |
|---|---|
| Bird |
This class represents one of the birds, either green or blue.
|
| Flock |
This class represents the group of all birds, predators and obstacles.
|
| Food |
This food class represents a food item on the map that all birds, including
predators want to eat.
|
| Map |
The Class Map.
|
| Obstacle |
This obstacle class represents an item on the map that all birds try to
avoid.
|
| Predator |
The predator is a type of bird that tries to eat the other birds.
|