Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 310 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 310 Bytes

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.