Skip to content

Cather-Zhang/DotsNBoxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

DotsNBoxes

AI agent for Dots and Boxes game using Minimax Alpha-Beta Pruning

  1. To compile the project, make sure you have gcc/g++ installed:

    $ g++ --version
    
  2. Install c/c++ extensions on VSCode

  3. Run the following command in terminal

    $ cd "<Replace with the full path of the src folder>" ; if ($?) { g++ main.cpp Edge.cpp GameStatus.cpp Board.cpp Minimax.cpp -o main } ; if ($?) { .\main }
    

About

AI agent for Dots and Boxes game using Minimax Alpha-Beta Pruning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •