Package ctf.view

Basic view tools

See:
          Description

Interface Summary
GameInterface This interface is used as a wrapper around the model, for the sake of the View.
GameInterface.PlayerInfo Contains player information relevant to the View
GameViewInterface This interface is used as a wrapper around the model, for the View's sake.
GameViewInterface.PlayerInfo Contains player information relevant to the View
 

Class Summary
Console A console that we can send text (eg, System.out) to.
FieldView Shows the current state of the game.
FieldViewTester  
 

Enum Summary
GameInterface.Side Sides of the field
 

Package ctf.view Description

Basic view tools