Gravity Grid 4
Your turn!
How to Play Gravity Grid 4
Welcome to a modern take on the classic game of Connect 4. The goal is simple: be the first to connect four of your colored discs in a line—horizontally, vertically, or diagonally. But this time, you're challenging a truly unbeatable AI opponent.
This bot uses a Minimax algorithm with a sophisticated evaluation function to think several moves ahead. It will ruthlessly block your winning moves and set up its own traps. Your new challenge is not just to win, but to see if you can be strategic enough to force a draw!
The Rules
- The game is played on a 7-column by 6-row grid. You are the cyan disc (Player 1), and the bot is the red disc (Player 2).
- Players take turns dropping a disc from the top into any of the seven columns.
- The disc falls to the lowest available space within that column.
- The first player to achieve a line of four of their discs wins.
- If the grid is filled and no player has won, the game is a draw.