Tic tac to game developed using Vue.js, just to learn the gaming and programming logic behind this game.
https://tic-tac-toe-game-vuejs.vercel.app/
clone the repository to your computer
git clone https://github.com/1983shiv/tic-tac-toe-game-vuejs
go to tik-tac-to directory
cd tic-tac-toe-game-vuejs
install necessary dependancies
npm install
run the app
npm start