Right now we only support playing against the engine, but it should be easy to add support for 2 human players to play against each other. We could probably do this by adding it as a method to chessengine.bitboard.Board and modifying chessengine.play to ask if the user wants to play a game against the engine or against another player.
Right now we only support playing against the engine, but it should be easy to add support for 2 human players to play against each other. We could probably do this by adding it as a method to
chessengine.bitboard.Board
and modifyingchessengine.play
to ask if the user wants to play a game against the engine or against another player.