C# Class TicTacToeGameUtil.TicTacToeGameBasic

Show file Open project: DXFrance/OfficeTicTacToe Class Usage Examples

Public Methods

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

Method Details

GetPossiblePlays() public method

public GetPossiblePlays ( ) : List
return List

TicTacToeGameBasic() public method

public TicTacToeGameBasic ( int fullStateToken ) : System.Collections.Generic
fullStateToken int
return System.Collections.Generic

TicTacToeGameBasic() public method

public TicTacToeGameBasic ( int stateToken, int nextPlay ) : System.Collections.Generic
stateToken int
nextPlay int
return System.Collections.Generic