Uses of Interface
game.TwoPhaseMoveState
Packages that use TwoPhaseMoveState
-
Uses of TwoPhaseMoveState in game.console
Subclasses with type arguments of type TwoPhaseMoveState in game.consoleModifier and TypeClassDescriptionclass
Conducts a two-player game of the two-phase move-type on the console.Constructors in game.console with parameters of type TwoPhaseMoveStateModifierConstructorDescriptionTwoPhaseMoveGame
(TwoPhaseMoveState<T> state, Function<String, T> parser) Creates aTwoPhaseMoveGame
instance to conduct a two-player game of the two-phase move-type on the console.