Question: In JAVA Create a 2D connect 4 game, using the first two pages as reference. Use algorithm provided that checks for a win from the
In JAVA
Create a 2D connect 4 game, using the first two pages as reference.
Use algorithm provided that checks for a win from the second two pages.




Connect Four is a two-player board game in which the players alterantely drop colored disks into a seven-column, six-row vertically suspended grid, as shown below. The objective of the game is to connect four same-colored disks in a row, a column, or a diagonal before your opponent can do likewise. The program prompts two players to drop a red or yellow disk alternately. Whenever a disk is dropped, the program redisplays the board on the console and determines the status of the game (win, lose, or continue). Here is a sample run: Drop a red disk at column (0-6): 0Enter
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
