/tic-tac-ai

Simple algorithm to solve TicTacToe, minimax. Written in both C++ and Python.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

TicTacAI

Implementation of the simple algorithm minimax to solve TicTacToe. Written in both C++ and Python (and soon hopefully more languages).

Much of the initial inspiration came from this excellent implementation and write-up of the minimax algorithm, by Cledersonbc. Be sure to check it out!

Each language's implementation has its own subdirectory with relevant documentation.