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.
- Host: GitHub
- URL: https://github.com/faqihxdev/tic-tac-toe
- Owner: faqihxdev
- Created: 2021-10-07T10:46:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T07:36:48.000Z (almost 4 years ago)
- Last Synced: 2025-01-09T08:21:06.566Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 627 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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".
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!