Skip to content

Revisited game of tic tac toe with a strong AI.

License

Notifications You must be signed in to change notification settings

matteonistri/tictactoe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tictactoe

CI

Game of tic tac toe with a strong AI.

Suuport for Linux, macOS and Windows.

Build

git clone [email protected]:guerinoni/tictactoe.git
cd tictactoe
mkdir build
cd build
cmake ..
cmake -build .

# if you want run tests
ctest

Lint

Run clang-format

./scripts/clang-format.sh

Run clang-tidy (pass build-dir-path)

./scripts/clang-tidy.sh ../build-tictactoe-Desktop_Qt6-Debug/

Contributing

  1. Any kind of help is welcome (issue, comment, request, PR...).
  2. Make sure to run ./scripts/clang-format.sh before PR.
  3. Enjoy.

About

Revisited game of tic tac toe with a strong AI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.2%
  • QML 11.4%
  • CMake 8.1%
  • Shell 6.3%