jarulsamy / tic-tac-ai

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:C++ 53.5%Language:Python 42.9%Language:CMake 3.6%