Question: Hello everyone, so I need some help creating a C# game, Connect Four with gui, created from a Widnows Form APP (.NET framework). Rules are
Hello everyone, so I need some help creating a C# game, Connect Four with gui, created from a Widnows Form APP (.NET framework).
Rules are pretty simple, The first player who connects 4 wins, you can connect them Diagonally, vertically or horizontally. Two player game.
The game is 7 row wide x 6 columns high
This does not include AI, just has two players. The disks should be circular and different colors for each player (yellow for player 1 and red for player 2 for example)
Need to check if there are four in a row in any direction. If there are four in a row then that player wins and the game ends.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
