Uses of Interface
game.State
Packages that use State
Package
Description
Package for representing and playing two-player games.
Package for playing two-player games on the console.
-
Uses of State in game
Modifier and TypeInterfaceDescriptioninterface
Represents the state of a game whose moves are described by two objects, i.e.,from
andto
. -
Uses of State in game.console
Classes in game.console with type parameters of type StateModifier and TypeClassDescriptionclass
AbstractGame<S extends State, T>
Conducts a two-player game on the console.Subclasses with type arguments of type State in game.consoleModifier and TypeClassDescriptionclass
Game<T>
Conducts a two-player game whose moves are described by a single object.Fields in game.console declared as StateConstructors in game.console with parameters of type State