How This Game Works (No Math Required)

Intuition

Think of each player writing moves in an ink that only they can read. The server relays packets and keeps turn order, while players prove/check hidden claims without disclosing raw cells during live play.

What Happens in a Match

  1. Both players open the same website and enter the same Game ID.
  2. The server pairs them in one room.
  3. On each turn, the acting player creates a hidden move commitment locally in the browser.
  4. Before sending the move, peers run an SMP equality check over hidden secrets to detect conflicts without revealing cells.
  5. If the move is accepted, the server advances the turn.
  6. When a local winning line is detected, reveal settlement is requested and each side submits opening receipts for its committed moves.

Why It Is Trustworthy

What You Can See vs Cannot See

FAQ

1) How do I know the other side isn't cheating?

2) If I can't tell what my opponent moves are, how can collisions be detected?