C# Class TicTacToe.ConsoleGridRenderer

Mostrar archivo Open project: ElemarJR/TicTacToe Class Usage Examples

Public Methods

Method Description
Render ( TicTacToe.Grid grid ) : void

Private Methods

Method Description
GetCell ( this grid, GridCells target ) : string

Method Details

Render() public static method

public static Render ( TicTacToe.Grid grid ) : void
grid TicTacToe.Grid
return void