Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 538 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 538 Bytes

tic_tac_toe_ai

A prototype of using minimax to solve Tic-Tac-Toe illustrated with a graphics frontend.

image

Other goals

  • 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