|
Packages |
| game |
Contains parts of the soccer game that are shared between teams and simulators. |
| game.net |
Network interface abstraction layer. |
| game.protocol |
Implementation of the SCORE protocol. |
| simulator |
Top level package simulators. |
| simulator.model |
Interface to concrete simulator models, which represent the state of the SOCCER game and implements the physical simulation. |
| simulator.model.debug |
A trivial implementation of the required simulator model interfaces for
debugging purposes. |
| simulator.view |
Base for simulator view. |
| simulator.view.debug |
An implementation of the simulator view for
debugging purposes. |
| team |
Top level for running teams. |
| team.debug |
A simple implementation of the team for debugging purposes. |