Uses of Class
edu.wisc.game.sql.Game
-
Packages that use Game Package Description edu.wisc.game.sql Persistent data structures -
-
Uses of Game in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return Game Modifier and Type Method Description abstract GameGameGenerator. nextGame()Generates the next game to playGamePredefinedBoardGameGenerator. nextGame()GameRandomGameGenerator. nextGame()Generates a game with a random initial board, in accordance with this generator's parametersGameRandomImageGameGenerator. nextGame()Generates a game with a random initial board, in accordance with this generator's parametersGameTrivialGameGenerator. nextGame()One more game...Constructors in edu.wisc.game.sql with parameters of type Game Constructor Description Episode(Game game, Episode.OutputMode _outputMode, Reader _in, PrintWriter _out)Creates a new Episode for a given Game (which defines rules and the properties of the initial board).TrivialGameGenerator(Game g)Creates a trivial generator, which keeps returning the same game
-