Uses of Class
edu.wisc.game.sql.GameGenerator
Packages that use GameGenerator
- 
Uses of GameGenerator in edu.wisc.game.sqlSubclasses of GameGenerator in edu.wisc.game.sqlModifier and TypeClassDescriptionclassThis class generates games based on a set of predefined initial boardsclassThis class generates random games (with the same rule set and randomly created initial boards) based on the provided parameter range specificationsclassThis 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 specificationsclassJust keeps returning the same game every timeMethods in edu.wisc.game.sql that return GameGeneratorModifier and TypeMethodDescriptionstatic GameGeneratorRandomGameGenerator.buildFromArgv(RandomRG _random, File f, ParseConfig ht, String[] argv, int ja) Builds a RandomGameGenerator from command-line arguments.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 GameGeneratorModifier and TypeMethodDescriptionbooleanEpisode.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).