Quoridor AI and evaluation function.
When you are to edit this repository, you must follow the following rules.
template
should be written in .hpp files.CMakeLists.txt
respect to your edits.Build with CMake.
Make src/build
directory, and move there. In Quoridor-AI
folder
cd src
mkdir build
cd build
Build with using cmake commands.
cmake ..
cmake --build .
Make test/build
directory, and move there. In Quoridor-AI
folder
cd test
mkdir build
cd build
Build with using cmake commands.
cmake ..
cmake --build .
Type the following binary file to run test.
./QuoridorAITest
The program design is written in HackMD in Japanese.