ctf.environment
Interface BoardSet

All Known Implementing Classes:
DefaultSet, FileSet, LargeRandomSet, RandomSet

interface BoardSet

Miscelaneous board settings preset. Note that this class only has package access enabled.

Author:
Jason Rohrer

Method Summary
 int getBoardSize()
          Gets the dimension of the board.
 

Method Detail

getBoardSize

public int getBoardSize()
Gets the dimension of the board.
Returns:
the size of the board in number of spaces across.