System Programming Coursework (2024). The project implements the classic game "Checkers" with a graphical interface in C#.
- Classic 8x8 board.
- White and black move alternately.
- Transforming a checker into a queen when reaching the last line.
- Checking the possibility of moves and capture.
- Highlighting active cells.
- Determining the winner.
- C# .NET
- Windows Forms
- OOP
-
Clone the repository: git clone https://github.com/Den1s-coder/Checkers.git
-
Open the project in Visual Studio 2022 or another IDE with C# support.
-
Run in Debug or Release mode.
- Select the checker with the left mouse button..
- And right-click on the place where you want to go.