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