Play Connect Four
Drop your discs and line up four before the computer does.
Match
Connect Four
Loadingโฆ
Controls
- Click a column to drop a disc
- R for a new game
About Connect Four
Connect Four is Tic Tac Toe grown up. The board is seven columns by six rows, gravity decides where your disc lands, and that one constraint turns a simple alignment game into something with real depth โ you are not choosing a square, you are choosing a column and inheriting whatever height it happens to be at.
The game was solved in 1988: the first player wins with perfect play by opening in the centre column. Almost nobody plays perfectly, though, and the practical game is about parity and threats. Because discs stack, the row a threat sits on determines who can afford to use it, which is the single idea that separates strong players from casual ones.
The computer opponent searches several moves ahead with alpha-beta pruning and a positional evaluation that values central control. It will find any win available within its horizon and will block yours reliably, but it is not perfect โ a well-built double threat still beats it.
Red always moves first, which in Connect Four is a measurable advantage. Take the centre.
Tips for a higher score
- Play the centre column early. Every disc there belongs to more possible winning lines than one on the edge.
- Watch the diagonals โ they are where almost every surprise loss comes from.
- Never fill a square directly under a slot your opponent can win in. You are handing it to them.
- The strongest weapon is a double threat: two open ends on the same row, which cannot both be blocked.
Frequently asked questions
Is Connect Four solved?
Yes, since 1988. The first player can force a win by starting in the centre column and playing perfectly from there.
How strong is the computer?
It searches a few moves ahead with alpha-beta pruning. It will punish obvious mistakes but can be beaten with a double threat.
What happens if the board fills up?
The game is declared a draw and you can start a new one immediately.
More games like this
Tic Tac Toe
BoardThree in a row against an opponent that never blunders.
Play free โReversi
BoardFlip your way to a full board against a computer that plans ahead.
Play free โCheckers
BoardDraughts against a computer that always takes the capture.
Play free โDots and Boxes
BoardDraw a line, close a box, go again.
Play free โ