Skip to content

Ompandey12/TicTacToe

 
 

Repository files navigation

TIC-TAC-TOE

This is a Tic-Tac-Toe game. There are two modes:

  1. Single player mode
  2. Double player mode

SINGLE PLAYER

The user can play with an intelligent bot that never loses. The user can also choose who will start the game first- the bot or the user.

DOUBLE PLAYER

Two players are allowed to play with each other. They can choose which shape they want to begin with: X or O.

SCOREBOARD

The scoreboard shows the score of the game.

  • Single player mode: Scores of the user and the bot are shown along with number of the draw matches.
  • Double player mode: Scores of Player 1 and Player 2 are shown along with the number of draw matches.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.3%
  • CSS 21.5%
  • HTML 16.2%