A simple Tic-Tac-Toe game made using HTML , Vanilla JS and Tailwind CSS framework . The game is hosted via github pages .
The game's first page is a main menu which gives the user options to choose whether he wants to play a single player game or two player game .
In single player mode the player can play against a never losing bot . The moves of the bot are determined using the minimax algorithm .
Here the user can play with his friends and the flow of the game is turn based .
The instructions are added and can be accessed by clicking on the instructions button .
See the game live HERE :love_you_gesture: