Creating a chess game and chess player AI using the minimax tree for move selection. Depth of tree was set so as to not surpass imposed time restrictions, however this can be changed to create a better AI player.
natek1234/CSC190-ChessPlayerAI
Creating a chess game and chess player AI using the minimax tree for move selection. Depth of tree was set so as to not surpass imposed time restrictions, however this can be changed to create a better AI player.
Python