C# 클래스 EricVoglBattleship.AdaptiveBattleshipPlayer

Battleship player who plays the odds and attempts to learn from opponent
상속: BattleshipUtility.BattleshipPlayer
파일 보기 프로젝트 열기: solium/hacklympics 1 사용 예제들

공개 메소드들

메소드 설명
AdaptiveBattleshipPlayer ( ) : System

Creates a new random battleship player

Load ( ) : void

Loads saved data

Save ( GameEndState state ) : void

Saves gathered data

메소드 상세

AdaptiveBattleshipPlayer() 공개 메소드

Creates a new random battleship player
public AdaptiveBattleshipPlayer ( ) : System
리턴 System

Load() 공개 메소드

Loads saved data
public Load ( ) : void
리턴 void

Save() 공개 메소드

Saves gathered data
public Save ( GameEndState state ) : void
state GameEndState
리턴 void