grkon03 / Quoridor-AI

Quoridor-AI
MIT License
1 stars 0 forks source link

Quoridor-AI

Quoridor AI and evaluation function.

Edit

When you are to edit this repository, you must follow the following rules.

Build

Build with CMake.

build QuoridorAI

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 .

build test and run

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

Design

The program design is written in HackMD in Japanese.

Design - HackMD