Connect Four is a deterministic board game. We create a strategic AI model for this game. We used minimax algorithm and heuristic function to improve our strategy.
-
Updated
Mar 6, 2021 - Python
Connect Four is a deterministic board game. We create a strategic AI model for this game. We used minimax algorithm and heuristic function to improve our strategy.
Add a description, image, and links to the minimizing-player topic page so that developers can more easily learn about it.
To associate your repository with the minimizing-player topic, visit your repo's landing page and select "manage topics."