Skip to content

antonjolsson/ttt

Repository files navigation

TTT - tic-tac-toe with minimax AI algorithm

Small tic-tac-toe implementation which allows single and multiplayer mode. For single-player, the "hard" difficulty level is implemented with the minimax AI algorithm.