Package edu.wisc.game.sql
Class PredefinedBoardGameGenerator
- java.lang.Object
-
- edu.wisc.game.sql.GameGenerator
-
- edu.wisc.game.sql.PredefinedBoardGameGenerator
-
public class PredefinedBoardGameGenerator extends GameGenerator
This class generates games based on a set of predefined initial boards
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkShapesAndColors(ColorMap cm)
Game
nextGame()
Generates the next game to play-
Methods inherited from class edu.wisc.game.sql.GameGenerator
advance, getRules, mkGameGenerator
-
-
-
-
Method Detail
-
nextGame
public Game nextGame()
Description copied from class:GameGenerator
Generates the next game to play- Specified by:
nextGame
in classGameGenerator
-
checkShapesAndColors
public void checkShapesAndColors(ColorMap cm) throws IOException
- Throws:
IOException
-
-