Skip to content

thehxdev/DoozAI

Repository files navigation

DoozAI

An AI agent for a modified version of 12 Men Morris (ancient Dooz) board game with Mini-max and Alpha-Beta pruning. The game is written in C and Raylib library.

Build

Just configure and build with cmake. CMake will download a copy of Raylib's source code so be sure that you can access Github. Project is compiled and tested with MSVC version 19 and GCC version 15.2.0.

mkdir -p ./build/
cmake --fresh -S . -B ./build/ -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build build

Run

# *nix
./build/dooz

# Windows
.\build\dooz.exe

About

An AI agent for a modified version of 12 Men Morris board game with Mini-max and Alpha-Beta pruning

Topics

Resources

License

Stars

Watchers

Forks

Contributors