tic-tac-toe_v2.0 Svelte Themes

Tic Tac Toe_v2.0

Multiplayer Tic-Tac-Toe built with PhaserJS, Svelte and Heroic Labs Nakama.

đŸ•šī¸ XOXO Multiplayer (PhaserJS Client)

A simple real-time multiplayer Tic-Tac-Toe built with PhaserJS and Nakama. This is the client-side game that connects to a Nakama server, authenticates users, joins matches, and handles real-time gameplay updates.


🚀 Features

  • Real-time multiplayer gameplay (WebSocket)
  • Matchmaking using Nakama RPC
  • Player authentication via device ID
  • Dynamic turn updates and board synchronization
  • "Opponent left" and "Game over" handling
  • Clean scene management (MainMenu, Matchmaking, InGame)

🧩 Tech Stack

  • PhaserJS + Svelte — UI and game engine
  • Nakama JavaScript SDK (@heroiclabs/nakama-js)
  • UUID for unique device IDs

âš™ī¸ Setup

1. Install dependencies

npm install

Top categories

Loading Svelte Themes