# "3D" Tic Tac Toe A nested game of Tic Tac Toe written in VueJS. ## Installation 1. Clone or download the repository. 2. Run the following command to install all dependencies: ```shell npm install ``` 3. To build the project, run: ```shell npm run build ``` 4. To run the project in development mode, use: ```shell npm run dev ``` ## Usage Open the application in a web browser and enjoy playing the "3D" Tic Tac Toe game! ## License This project is licensed under the [GNU General Public License v3.0](LICENSE.md). Please refer to the [LICENSE.md](LICENSE.md) file for more details. ## Contributing Contributions to this project are welcome! By contributing, you implicitly agree to the copyright transfer agreement defined in [CONTRIBUTING.md](CONTRIBUTING.md) in the repository. ## Contact Feel free to open issues or submit pull requests on the [GitHub repository](https://github.com/thor-juhasz/3D-Tic-Tac-Toe) for this project.