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 .
- Players can enter their names .
- Score system is in place .
- Choices for the players to 'Go First' or 'Go Second'
- In game buttons are present : Reset , Restart and Menu .
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 🤟