Skip to content

A basic Tic Tac Toe game built using HTML/JavaScript/CSS

Notifications You must be signed in to change notification settings

barshay/tic-tac-toe-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Tic Tac Toe

A basic Tic Tac Toe game built using HTML/JavaScript/CSS. No dependencies.

View The Demo

##How to get started

  1. To make a move, the player will use the mouse single click to mark a space. In this version, there is no provision to undo the move. As soon as the move is done, the game proceeds to the next player’s chance.
  2. At each move, The game will show whose move (Player A or Player B) it is. When the game ends, it displays one of the following three outcomes:
  • Winner: Player A
  • Winner: Player B
  • Draw

About

A basic Tic Tac Toe game built using HTML/JavaScript/CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.5%
  • HTML 12.3%
  • CSS 5.2%