An open API service indexing awesome lists of open source software.

https://github.com/faqihxdev/tic-tac-toe

Using Vue JS to create an interactive Tic Tac Toe game.
https://github.com/faqihxdev/tic-tac-toe

Last synced: 3 months ago
JSON representation

Using Vue JS to create an interactive Tic Tac Toe game.

Awesome Lists containing this project

README

          

## Tic Tac Toe using Vue JS

Try it out **here**: https://aqilakmal.github.io/Tic-Tac-Toe/

The game I made has 9 buttons where each has a **dynamic class and attributes**, using Vue JS, to control the colors and the shapes of played. It **logs the moves** of each player under the "Game Info".


Winner
Draw

To **run** TicTacToe:

1. Download / Clone the project.
2. Open terminal and ``cd`` into the TicTacToe folder.
3. Run ``npm run serve`` in the terminal.
4. Go to the link shown in the terminal.
5. Have fun!