/tictactoe-bot

A python implementation of the classic tictactoe game along with the option of playing against a bot.

Primary LanguagePython

TicTacToe Bot

A python implementation of the classic tictactoe game along with the option of playing against a bot. The bot is implemented using the minimax algorithm. This game can be played by 1 player and 1 AI bot, 2 players, or even 2 AI bots.

How to run

python3 tictactoe.py