C# Class TicTacToe.code.Logic

Afficher le fichier Open project: Flati/NetSmurbok Class Usage Examples

Méthodes publiques

Méthode Description
ChangePlayers ( ) : void
IsAvailable ( int x, int y ) : bool
Logic ( ) : System
MarkMatrix ( int x, int y ) : bool
Tie ( ) : bool
WinScreen ( String winner ) : void

Private Methods

Méthode Description
IsWon ( ) : bool

Method Details

ChangePlayers() public méthode

public ChangePlayers ( ) : void
Résultat void

IsAvailable() public méthode

public IsAvailable ( int x, int y ) : bool
x int
y int
Résultat bool

Logic() public méthode

public Logic ( ) : System
Résultat System

MarkMatrix() public méthode

public MarkMatrix ( int x, int y ) : bool
x int
y int
Résultat bool

Tie() public méthode

public Tie ( ) : bool
Résultat bool

WinScreen() public méthode

public WinScreen ( String winner ) : void
winner String
Résultat void