Connect Four Manual
Goal: connect four discs in a row before the AI does.
- A legal move is choosing any column that is not full.
- The disc falls to the lowest empty cell in that column.
- Rows, columns, and diagonals all count for a line of four.
- If the board fills without a line of four, the game is a draw.
Open the game: Connect Four JS