← All guides

GUIDE #02

Connect Four

Drop colored discs into a vertical grid. Gravity pulls each disc to the lowest open slot in that column — first to four in a line wins.

GoalConnect four of your discs in a row before your opponent does.
Players2 players · turn-based
DifficultyEasy
Duration3–8 min
turn-basedclassic
Connect Four preview

01 // CONTROLS

Controls

02 // STEPS

Step by step

  1. 01

    Create & share a room

    Open Connect Four, create a room, and send the code to your opponent.

  2. 02

    Pick a column

    On your turn, click any column that still has space. Your disc drops to the bottom.

  3. 03

    Build toward four

    Connect four discs horizontally, vertically, or diagonally.

  4. 04

    Block and bait

    Watch for threats — if they have three in a row with an open end, you must block.

  5. 05

    Win the line

    First player to form four connected discs wins the match.

03 // EDGE

Pro tips