// AI_MULTIPLAYER_GAME

Entanglion Online

A browser-based, two-player quantum-computing game enhanced with conversational AI tutoring and a reasoning AI opponent.

Entanglion Online title screen

Project snapshot

Entanglion Online is a Unity adaptation of IBM Research’s open-source Entanglion board game, developed for an IBM watsonx hackathon. Two players cooperate to navigate a quantum state board, collect components, and use quantum gates while managing detection risk.

The project layers AI on top of the game: a conversational tutor reads live game state to explain concepts and suggest strategy, while an AI opponent evaluates moves and narrates its reasoning in natural language.

Technical highlights

  • Unity multiplayer implementation with synchronized board, hand, and detection state.
  • Server-authoritative networked 3D physics dice.
  • Swappable AI provider abstraction for cloud, browser-local, or local model backends.
  • WebGL deployment target with persistent cross-scene UI and telemetry hooks.

Development status

COMPLETED / WORKING
  • Unity adaptation foundation.
  • Multiplayer game systems.
  • AI tutor concept and integration started.
  • AI opponent reasoning direction defined — code not started.
NEXT / IN PROGRESS
  • Confirm public demo and build status.
  • Polish AI interaction flow.
  • Add screenshots and video.
  • Confirm credits.

Media

Multiplayer setup screen
MULTIPLAYER_SETUP
Game start screen
GAME_START
Component interface dashboard
COMPONENT_DASHBOARD
Help screen
HELP_SCREEN
Event cards screen
EVENT_CARDS
ATTRIBUTION

Original Entanglion concept art and game rules are IBM Research’s work. This project focuses on the Unity multiplayer implementation and watsonx AI integration.