Package breitband.game.board

Provides the board logic of the game.

The main board logic is situated in the Board-class. The board logic uses an object-oriented style. A lot of information and functions are outsourced to utility-classes. (Even if you could take this further).