C# Class EricVoglBattleship.AdaptiveBattleshipPlayer

Battleship player who plays the odds and attempts to learn from opponent
Inheritance: BattleshipUtility.BattleshipPlayer
Afficher le fichier Open project: solium/hacklympics Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Creates a new random battleship player
public AdaptiveBattleshipPlayer ( ) : System
Résultat System

Load() public méthode

Loads saved data
public Load ( ) : void
Résultat void

Save() public méthode

Saves gathered data
public Save ( GameEndState state ) : void
state GameEndState
Résultat void