? Hi, I’m Shiv Srivastava
A Full-Stack developer from India
Tic Tac To Game
Tic tac to game developed using Vue.js, just to learn the gaming and programming logic behind this game.
Play online
https://tic-tac-toe-game-vuejs.vercel.app/
want to install and play and add features on it.
just follow the following command and you are good to start
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