This repository contains an implementation of the popular game "Connect Four" in C#. The game provides an entertaining way to compete with friends, family, or against the computer.
Connect Four is a strategic game for two players where the objective is to be the first to place four game pieces (or more) of your own color in a horizontal, vertical, or diagonal row. Players take turns dropping their game pieces into one of the columns of the game board. The player who first achieves four or more connected game pieces in a row wins the game.
Player vs Player: Challenge a friend or family member and take turns on the same device.
(COMING SOON) Player vs Computer: Challenge yourself or practice against the computer, which offers various difficulty levels.
Customizable Settings: Adjust the game according to your preferences, such as the number of columns and rows, colors of the game pieces, and much more.
(COMING SOON) Game Statistics: Track your progress and view your statistics, such as the number of games won and lost.
We welcome contributions to further enhance the game. If you find a bug or want to propose an improvement, please open an issue or submit a pull request.
This project is licensed under the MIT license. For more information, see the License File.