Connect four of your assets horizontally, vertically, or diagonally to win. You operate the black pieces; the AI operates the red.
Unlike a standard simulation, this interface exposes the machine's internal cognition. As you play, monitor the surrounding panels to see exactly how the AI plans to defeat you.
SYSTEM TELEMETRY
[ N ]
NODES EVALUATED — The total number of future board states the algorithm calculated this turn.
[ X ]
PRUNED BRANCHES — Inferior timelines instantly severed and discarded by the Alpha-Beta algorithm.
[ / ]
DECISION TREE — The lower canvas maps the AI's "foresight," showing exactly how it expects you to respond.
Goal: Outsmart the Minimax algorithm. (Decrease the depth if you require a handicap).