/tictactoe-with-unbeatable-ai

The game is designed in such a way that the AI bot is all the way any day a winner. You can manage to get a draw. But you cannot win over the bot.

Primary LanguagePythonMIT LicenseMIT

TicTacToe - with Unbeatable AI

This game is implemented with MinMax algorithm.

How to run:

  • Install dependencies pip install -r requirements.txt
  • Then run the file python tictactoe.py

Contributions

All sorts of contributions are welcomed.