This TicTacToe project is a simulation of the Famous real-world TicTacToe Game, but instead of using circles and X's you can pick from a lot of other shapes, it was built by Vanilla JavaScript.
Tic Tac Toe is a pencil and paper game played on a 3×3 grid wherein players take turns (one is X, and the other O) in marking down the spaces in the grid. The first player who can place his mark in a horizontal, vertical, or diagonal row wins the match.
This is a simple JavsScript based Tic-Tac-Toe game. We used Minimax Algorithm to make a bot to play against. This way, the user plays with a clever bot than a bot that takes random moves.
Programmed an unbeatable tic-tac-toe game that allows users to play against an AI player, with the minimax algorithm. This web application was made using Javascript, HTML, and CSS.