A tic-tac-toe CLI program implemented in Python. Uses the minimax algorithm to play against the computer.
-
Updated
Nov 8, 2024 - Python
A tic-tac-toe CLI program implemented in Python. Uses the minimax algorithm to play against the computer.
The Minimax Games project showcases AI decision-making in competitive games like Tic Tac Toe and Stone Taking through an implementation of the minimax algorithm with alpha-beta pruning, enriched by visual insights into the algorithm's strategies.
Add a description, image, and links to the gametree topic page so that developers can more easily learn about it.
To associate your repository with the gametree topic, visit your repo's landing page and select "manage topics."