C# Class NaiveAiPlayer

Simple implementation of AI for the game.
Inheritance: Player
Afficher le fichier Open project: TheJP/GlobalGameJam2016

Méthodes publiques

Méthode Description
NaiveAiPlayer ( ) : System.Collections
Play ( CellGrid, cellGrid ) : void

Private Methods

Méthode Description
Play ( ) : IEnumerator

Method Details

NaiveAiPlayer() public méthode

public NaiveAiPlayer ( ) : System.Collections
Résultat System.Collections

Play() public méthode

public Play ( CellGrid, cellGrid ) : void
cellGrid CellGrid,
Résultat void