In this week we learn about the minimax algorithm. Minimax algorithm is used to predict the best move for a game. For an example, playing versus a bot on a chess. The bot will use the algorithm to choose its next best move against us. We also exercise how the algorithm works.
on the lab session, we learn how to create the algorithm on works with python. we create the algorithm using the tic tac toe games.