Interface IBoardMaker

All Known Implementing Classes:
HighScoreBoardMaker, StandardBoardMaker

public interface IBoardMaker

Interface for creating a Boggle Board. Facilitates alternate methods fo board creation, e.g., randomly or a fixed board for debugging.

Author:
Owen Astrachan

Method Summary
 BoggleBoard makeBoard(int rows)
          Return square board of specified size.
 

Method Detail

makeBoard

BoggleBoard makeBoard(int rows)
Return square board of specified size.

Parameters:
rows - is dimension of board
Returns:
squre BoggleBoard of specified size