Skip to content

Latest commit

 

History

History
executable file
·
38 lines (27 loc) · 900 Bytes

README.md

File metadata and controls

executable file
·
38 lines (27 loc) · 900 Bytes

Tic Tac Toe

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

Frameworks

App

Demo : Tic Tac Toe

Preview

Install

git clone https://github.com/jo0707/Tic-Tac-Toe
cd Tic-Tac-Toe
npm install
npm run dev

Credit

  • Joshua Sinaga

Feel free to contribute to this repository!