C# 클래스 NaiveAiPlayer

Simple implementation of AI for the game.
상속: Player
파일 보기 프로젝트 열기: TheJP/GlobalGameJam2016

공개 메소드들

메소드 설명
NaiveAiPlayer ( ) : System.Collections
Play ( CellGrid, cellGrid ) : void

비공개 메소드들

메소드 설명
Play ( ) : IEnumerator

메소드 상세

NaiveAiPlayer() 공개 메소드

public NaiveAiPlayer ( ) : System.Collections
리턴 System.Collections

Play() 공개 메소드

public Play ( CellGrid, cellGrid ) : void
cellGrid CellGrid,
리턴 void