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
Modifier and Type Method Description void
checkShapesAndColors(ColorMap cm)
Game
nextGame()
Generates the next game to playMethods inherited from class edu.wisc.game.sql.GameGenerator
advance, getRules, getTesting, mkGameGenerator, setConditions, setTesting
-
Method Details
-
nextGame
Description copied from class:GameGenerator
Generates the next game to play- Specified by:
nextGame
in classGameGenerator
-
checkShapesAndColors
- Throws:
IOException
-