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