/tic_tac_toc

TicTacToe is the easiest game in the world, for which it is possible to compute a brute force solution for every match. The goal of this sub-project is write a first version of an "AI" based on evaluation and tree-search, and also to start to apply engineering concepts typical of C++.

Primary LanguageC++

Stargazers