Game of tic tac toe with a strong AI.
Suuport for Linux, macOS and Windows.
git clone git@github.com:guerinoni/tictactoe.git
cd tictactoe
mkdir build
cd build
cmake ..
cmake --build .
# if you want run tests
ctest
Run clang-format
./scripts/clang-format.sh
Run clang-tidy (pass build-dir-path)
./scripts/clang-tidy.sh <cmake_build_dir>
- Any kind of help is welcome (issue, comment, request, PR...).
- Make sure to run
./scripts/clang-format.sh
before PR. - Enjoy.