Skip to content

aayushsrivastava9760/TicTacToebyAayush.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages