makeMove

fun makeMove(move: Move): Boolean

Makes the given move if it is legal, updating the board and game state.

Return

True if the move was made, false if it was illegal.

Parameters

move

The move to make.