Armando8766 / Dots-and-Boxes

Playing Dots and Boxes in Python against AI using min-max and alpha-beta pruning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dots-Boxes

Playing Dots and Boxes in Python with AI. You play the game against artificial intelligence with the option to choose the board size. You can also choose different plys (how deep the search algorithm goes into the search tree). AI uses two methods of Min-Max and Alpha-Beta Pruning to defeat you.

About

Playing Dots and Boxes in Python against AI using min-max and alpha-beta pruning


Languages

Language:Python 100.0%