C# 클래스 MBC.Controllers.SimpleBot_2_1_0

상속: MBC.Shared.Util.Controller2
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship

보호된 메소드들

메소드 설명
Initialize ( ) : void

Hooks required events.

비공개 메소드들

메소드 설명
matchBeginEvent ( Event ev ) : void
newMatch ( ) : void

A new match has begun

newRound ( ) : void

A new round has begun, place our ships and prepare to fire!

placeShips ( ) : void

Place ships in specific locations

playerTurnBeginEvent ( Event ev ) : void
populateShotList ( ) : void

Populate our list of shot coordinates

roundBeginEvent ( Event ev ) : void
shoot ( ) : void

Takes coordinates and shoots at them

turnStart ( ) : void

It is our turn, fire!

메소드 상세

Initialize() 보호된 메소드

Hooks required events.
protected Initialize ( ) : void
리턴 void