Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 918 Bytes

README.md

File metadata and controls

46 lines (24 loc) · 918 Bytes

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