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:
- Download / Clone the project.
- Open terminal and
cdinto the TicTacToe folder. - Run
npm run servein the terminal. - Go to the link shown in the terminal.
- Have fun!

