Connect 4 - A Game
The game-store version of this game consists of a plastic rack with six horizontal rows and seven vertical columns. Each player has a number of “checkers”-type playing pieces. One player’s pieces are red; the other’s are black. The two players take turns putting a playing piece into a vertical column of their choice. The piece falls down that column under gravity until it stops against the bottom or against another piece. In this way the columns start to fill up. The object is to be the first player to connect four of her pieces. The four pieces may be lined up horizontally, vertically, or diagonally. When more than one game is played, players alternate taking the first turn.
For the computer game, we use matrix with six rows and seven columns displayed on the screen. The human player selects a column in which to place a piece. The computer program is responsible for updating the locations of the pieces. Programming the game display is not too time consuming, but programming a winning strategy is challenging.
Cite As
Humayun Kathuria (2025). Connect 4 - A Game (/matlabcentral/fileexchange/34908-connect-4-a-game), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |