Checkers Game in C# (WinForms)
Overview This project is a Checkers game developed in C# using the Windows Forms framework (WinForms). It provides a simple and interactive user interface for playing the classic board game.
Features Play with a friend on the same computer, or against the computer. Graphical user interface (GUI): Built using WinForms for an intuitive and easy-to-use experience. Legal move validation: Prevents illegal moves according to standard Checkers rules.
Installation Clone this repository: Open the project in Visual Studio. Build and run the project.
How to Play Start the game, and the board will be displayed. Players take turns moving pieces diagonally. Capture opponent pieces by jumping over them. Reach the opposite side of the board to promote a piece to a king. The game ends when a player has no legal moves left.
Technologies Used C# WinForms Object-Oriented Programming (OOP)
License This project is open-source and available under the MIT License.