Tic Tac Toe Bot developed with Artificial Intelligence Algorithms.
It is a 2D web game developed with HTML5 Canvas, Css and Javascript.
The game is completely dynamic with unbeatable AI opponent. It uses MiniMax Algorithm which never lets computer loose the game, the AI bot will either win or the game will be a draw. It also uses Alpha-Beta Pruning to enhance overall time complexity of the game.
The project is live on the following link: https://tic-tac-toe-bot.netlify.app/