Skip to content

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

Notifications You must be signed in to change notification settings

kinson603/Dots-and-Boxes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%