Uses of Class
edu.wisc.game.sql.GameGenerator
| Package | Description |
|---|---|
| edu.wisc.game.sql |
Persistent data structures
|
-
Uses of GameGenerator in edu.wisc.game.sql
Subclasses of GameGenerator in edu.wisc.game.sql Modifier and Type Class Description classPredefinedBoardGameGeneratorThis class generates games based on a set of predefined initial boardsclassRandomGameGeneratorThis class generates random games (with the same rule set and randomly created initial boards) based on the provided parameter range specificationsclassRandomImageGameGeneratorThis class generates random games (with the same rule set and randomly created initial boards) using image-and-property based game pieces based on the provided parameter range specificationsclassTrivialGameGeneratorJust keeps returning the same game every timeMethods in edu.wisc.game.sql that return GameGenerator Modifier and Type Method Description static GameGeneratorGameGenerator. mkGameGenerator(RandomRG _random, ParaSet para)Creates a GameGenerator based on a parameter set.Methods in edu.wisc.game.sql with parameters of type GameGenerator Modifier and Type Method Description booleanEpisode. playGame(GameGenerator gg, int gameCnt)Lets this episode play out until either all pieces are cleared, or a stalemate is reached, or the player gives up (sends an EXIT or NEW command).