Drop discs into a 7×6 grid and connect four — horizontally, vertically, or diagonally. The AI uses minimax with alpha-beta pruning and a 4-in-a-row window heuristic, with three difficulty levels: easy (depth 1), medium (depth 3), and hard (depth 5).
Tap the column bar to drop, or use the 1–7 keys. Press H for a hint that flashes the best column, or N to start a new game. Wins, losses, and draws are tracked per-difficulty in localStorage.
/embed.Embed link.