C# Class TicTacToe.HumanConsolePlayer

Inheritance: IPlayer
Datei anzeigen Open project: ElemarJR/TicTacToe

Public Methods

Method Description
MakeMove ( TicTacToe.Grid g ) : TicTacToe.Grid

Method Details

MakeMove() public method

public MakeMove ( TicTacToe.Grid g ) : TicTacToe.Grid
g TicTacToe.Grid
return TicTacToe.Grid