/TicTacToe

AI bot

Primary LanguageC++

TicTacToe

AI bot which plays tictactoe optimally using the minimax algorithm(without alpha-beta pruning) making it impossible for the human player to win.