C# Class TicTacToe.VictoryValidator

Afficher le fichier Open project: AvetisG/TicTacToe.NET Class Usage Examples

Méthodes publiques

Méthode Description
CheckForVictory ( ObservableCollection TicTacToeBoard, Enums CurrentPlayer ) : bool

Method Details

CheckForVictory() public méthode

public CheckForVictory ( ObservableCollection TicTacToeBoard, Enums CurrentPlayer ) : bool
TicTacToeBoard ObservableCollection
CurrentPlayer Enums
Résultat bool