lhartikk/simple-chess-ai

How would you modify the minimaxRoot and minimax functions to turn it into a completely computer versus computer game where both Black and White use AI? How would the parameters isMaximisingPlayer and bestMove change?

namithap10 opened this issue · 0 comments

How would you modify the minimaxRoot and minimax functions to turn it into a completely computer versus computer game where both Black and White use AI? How would the parameters isMaximisingPlayer and bestMove change?