Method | Description | |
---|---|---|
Bot ( DaveBot_1_4_5_Interface controller ) : System | ||
NewMatch ( ) : void | ||
NewRound ( ) : void | ||
ShotMiss ( ) : void | ||
fire ( ) : void | ||
myTurnEnds ( ) : void | ||
myTurnStarts ( ) : void | ||
shipHit ( Coordinates coords, bool sunk ) : void | ||
shipSunk ( Coordinates coords ) : void |
Method | Description | |
---|---|---|
RandomCoordinates ( ) : Coordinates | ||
RandomShipOrientation ( ) : ShipOrientation | ||
evaluateShipStatus ( ) : void | ||
pickTarget ( ) : Coordinates | ||
placeShips ( ) : void |
public Bot ( DaveBot_1_4_5_Interface controller ) : System | ||
controller | DaveBot_1_4_5_Interface | |
return | System |
public shipHit ( Coordinates coords, bool sunk ) : void | ||
coords | Coordinates | |
sunk | bool | |
return | void |
public shipSunk ( Coordinates coords ) : void | ||
coords | Coordinates | |
return | void |