Skip to content

Dheeraj4103/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

This is a Tic Tac Toe game made using HTML, CSS and JavaScript.

App Screenshot

open this link

Click on Play with computer, let's see if you can beat my algorithm

If you win, take a screenshot and tag me on following platforms,

Deployment

To deploy this project run

  • This will install all project dependencies
  npm init -y
  • To build project
  npm run build
  • To Use project on your machine
  npm start

Authors