Soccer Agents and Classes
- From his class diagram on 144 it seems the the game has
just got a soccer team.
- I'm pretty sure that he's also missed things about the
field, ball and so forth. I think the team is just
the locus of the AI.
- Note that he's got a base class for player base (which
uses steering behaviour). This in turn inherits
from moving entity.
- He then specialises this to a field player, and a goal keeper.
- I think I might try defender and attacker, but for 5 on 5, this
seems reasonable.
- A team contains the 5 players, but it also seems to have a lot
of the smarts. I'm not sure if this is fair, but hey.