C# Class TicTacToeGameUtil.TicTacToeGame

Inheritance: TicTacToeGameBasic
Mostra file Open project: DXFrance/OfficeTicTacToe Class Usage Examples

Public Methods

Method Description
GetAllStateSequence ( ) : IEnumerable
GetLastPlayersStateSequence ( ) : IEnumerable
TicTacToeGame ( int fullStateToken ) : System.Collections.Generic
TicTacToeGame ( int stateToken, int nextPlay ) : System.Collections.Generic

Method Details

GetAllStateSequence() public method

public GetAllStateSequence ( ) : IEnumerable
return IEnumerable

GetLastPlayersStateSequence() public method

public GetLastPlayersStateSequence ( ) : IEnumerable
return IEnumerable

TicTacToeGame() public method

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

TicTacToeGame() public method

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