C# Class NaiveAiPlayer

Simple implementation of AI for the game.
Inheritance: Player
Show file Open project: TheJP/GlobalGameJam2016

Public Methods

Method Description
NaiveAiPlayer ( ) : System.Collections
Play ( CellGrid, cellGrid ) : void

Private Methods

Method Description
Play ( ) : IEnumerator

Method Details

NaiveAiPlayer() public method

public NaiveAiPlayer ( ) : System.Collections
return System.Collections

Play() public method

public Play ( CellGrid, cellGrid ) : void
cellGrid CellGrid,
return void