Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 519 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 519 Bytes

#Tic Tac Toe

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

View The Demo

#How to get started

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. 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