Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 424 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 424 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
  • 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