AI agent for Dots and Boxes game using Minimax Alpha-Beta Pruning
-
To compile the project, make sure you have gcc/g++ installed:
$ g++ --version -
Install c/c++ extensions on VSCode
-
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 }