Connect 4 - A Game

Good game for wasting one’s time. A very basic piece of code.
2.3K Downloads
Updated 3 Feb 2012

View License

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 (2024). Connect 4 - A Game (https://www.mathworks.com/matlabcentral/fileexchange/34908-connect-4-a-game), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Board games in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0