Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.77 KB

README.md

File metadata and controls

41 lines (22 loc) · 1.77 KB

Tic-Tac-Toe Game

A simple Tic-Tac-Toe game made using HTML , Vanilla JS and Tailwind CSS framework . The game is hosted via github pages .

About the game

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 .

Single Player Mode

In single player mode the player can play against a never losing bot . The moves of the bot are determined using the minimax algorithm .

Two Player Mode

Here the user can play with his friends and the flow of the game is turn based .

Instructions

The instructions are added and can be accessed by clicking on the instructions button .

Glimpses of the game

See the game live HERE 🤟

mainmenu

mainmenu