Метод | Описание | |
---|---|---|
AddToScore ( int score ) : void | ||
GetCurrentPosition ( ) : Point | ||
GetMove ( |
||
GetPlayerName ( ) : String | ||
GetPlayerPath ( ) : String | ||
GetScore ( ) : int | ||
GetSymbol ( ) : char | ||
IsAllowedPoisonPillDrop ( ) : bool | ||
Player ( String playerName, String workingPath, String executableFileName, char symbol ) : System | ||
SetCurrentPosition ( Point coordinate ) : void | ||
UsePoisonPill ( ) : void |
public GetMove ( |
||
maze | ||
outputFilePath | String | |
logFile | ||
Результат |
public Player ( String playerName, String workingPath, String executableFileName, char symbol ) : System | ||
playerName | String | |
workingPath | String | |
executableFileName | String | |
symbol | char | |
Результат | System |
public SetCurrentPosition ( Point coordinate ) : void | ||
coordinate | Point | |
Результат | void |