This is a Tic Tac Toe game made using HTML, CSS and JavaScript.
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,
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