Tic-Tac-Toe Math Multiplayer
Tic-Tac-Toe Math Multiplayer is a strategic and mathematical twist on the classic Tic-Tac-Toe game. Challenge your friends or other players in a battle of wits and numbers!
Features
- Combines classic Tic-Tac-Toe with mathematical challenges.
- Multiplayer mode for engaging battles with friends or opponents.
- Strategic gameplay that requires planning and quick thinking.
- WebSocket communication for real-time moves and game updates.
How to Play
The goal of the game is to form a line of three grids in any direction (horizontal, vertical, or diagonal) where the sum of the numbers is equal to 15.
Getting Started
Follow these steps to set up and run the game locally:
-
Clone the Repository
-
Install Dependencies:
- Make sure you have Node.js and Go installed.
- Install frontend dependencies:
cd frontend npm install
-
Run the Game:
- Start the backend (Go server):
go run main.go
- Start the frontend (Vue.js):
cd frontend npm run dev
- Start the backend (Go server):
-
Open the Game:
- Visit
http://localhost:5173
in your browser to play the game.
- Visit