C# Class TicTacToeGameUtil.TicTacToeGameBasic

Afficher le fichier Open project: DXFrance/OfficeTicTacToe Class Usage Examples

Méthodes publiques

Méthode Description
GetPossiblePlays ( ) : List
TicTacToeGameBasic ( int fullStateToken ) : System.Collections.Generic
TicTacToeGameBasic ( int stateToken, int nextPlay ) : System.Collections.Generic

Method Details

GetPossiblePlays() public méthode

public GetPossiblePlays ( ) : List
Résultat List

TicTacToeGameBasic() public méthode

public TicTacToeGameBasic ( int fullStateToken ) : System.Collections.Generic
fullStateToken int
Résultat System.Collections.Generic

TicTacToeGameBasic() public méthode

public TicTacToeGameBasic ( int stateToken, int nextPlay ) : System.Collections.Generic
stateToken int
nextPlay int
Résultat System.Collections.Generic