A prototype of using minimax to solve Tic-Tac-Toe illustrated with a graphics frontend.
- learn CMake
- use Lua
- hot-reloading Lua changes (this feature along with a random player made finding and fixing AI bugs much faster)
- use C++20 templates to interface with Lua
- use wxwidgets to provide window/dc interface
- have the computer play itself with each player having different strategies