Skip to content

lazarusking/mathtactoe-multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

Game Preview

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:

  1. Clone the Repository

  2. Install Dependencies:

    • Make sure you have Node.js and Go installed.
    • Install frontend dependencies:
      cd frontend
      npm install
  3. Run the Game:

    • Start the backend (Go server):
      go run main.go
    • Start the frontend (Vue.js):
      cd frontend
      npm run dev
  4. Open the Game:

    • Visit http://localhost:5173 in your browser to play the game.

About

A multiplayer math tictactoe game with a golang server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published