Version 2 · Engine-first

Don't just learn the move.
Understand why.

Game Night Theory is becoming a strategy engine for games: calculate the position, compare legal moves, show the strongest continuation, and explain the reason in human language.

Stockfish-style experience

Connect Four Strategy Lab

Play directly on the board. GNT ranks the available moves and lets you inspect why one move is stronger than another. This browser prototype uses a lightweight search evaluator; the production Connect Four engine should plug into an exact solved database.

7 × 6 boardPerfect informationSolved gamePrototype: search evaluator
Position evaluation
—
Make a move
The engine will compare your move against the strongest candidates.
Candidate moves
Production goal: exact game-theoretic value + best move + principal variation + alternatives + visual refutation. “Bad move” should never be the whole explanation.