Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
EricVoglBattleship
AdaptiveBattleshipPlayer
C# Class EricVoglBattleship.AdaptiveBattleshipPlayer
Battleship player who plays the odds and attempts to learn from opponent
Inheritance:
BattleshipUtility.BattleshipPlayer
ファイルを表示
Open project: solium/hacklympics
Class Usage Examples
Public Methods
Method
Description
AdaptiveBattleshipPlayer
( ) :
System
Creates a new random battleship player
Load
( ) :
void
Loads saved data
Save
(
GameEndState
state
) :
void
Saves gathered data
Method Details
AdaptiveBattleshipPlayer()
public
method
Creates a new random battleship player
public
AdaptiveBattleshipPlayer
( ) :
System
return
System
Load()
public
method
Loads saved data
public
Load
( ) :
void
return
void
Save()
public
method
Saves gathered data
public
Save
(
GameEndState
state
) :
void
state
GameEndState
return
void