Skip to content
Tom Sandmann edited this page Aug 13, 2016 · 1 revision
  • the current version at the master branch only lets two human player play against eachother. In the constructor of the Game class, you can change the blackPlayer = new HumanPlayer(Colour.Black, chessBoard); to blackPlayer = new AI(Colour.Black, chessBoard);. I'll probably add a menu for this soon.
Clone this wiki locally