Skip to content

santhanuv/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

The Tic Tac Toe game implemented using HTML, CSS and Vanilla JS. Click here to Play

How to run locally

Clone the repo:

git clone https://github.com/santhanuv/tic-tac-toe.git

cd tic-tac-toe

Open index.html on any browser to play the game.

Alternatively, to play on the console, use the console branch:

git checkout console

Then open the index.html file on any browser and the console to play.