This tic tac toe game is made with Vite, Vue 3, WindiCSS and Motion One. This is my first Vue project to learn the basics of Vue. I also try to learn a framework by mostly reading the documentation (😎).
Yes, the code is still a mess and the computer opponent only uses the Math.random() function
Demo : Tic Tac Toe
git clone https://github.com/jo0707/Tic-Tac-Toe
cd Tic-Tac-Toe
npm install
npm run dev
Feel free to contribute to this repository!