'Updated comment'
This commit is contained in:
parent
9a5cffb92c
commit
f2ab9db116
@ -5,6 +5,11 @@ package net.hypki.wmi.oop.chess;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public interface ChessInterface {
|
public interface ChessInterface {
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @param opponentMove - it is a simple from-to format (e.g. e2-e4)
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
public String nextMove(String opponentMove);
|
public String nextMove(String opponentMove);
|
||||||
|
|
||||||
public void printBoard();
|
public void printBoard();
|
||||||
|
Loading…
Reference in New Issue
Block a user