public interface ChessEngineController
| Modifier and Type | Method and Description |
|---|---|
String |
computeNextMove(int depth,
int random,
Collection<String> moves) |
String computeNextMove(int depth, int random, Collection<String> moves) throws ChessEngineFailureException
ChessEngineFailureExceptionCopyright © 2015. All Rights Reserved.