Chess Game written in C#.
A chess application that implements standard rules and piece movements.
The core game logic is separated into a reusable library, with a demo application included for interaction and play.
- Written in C#.
- Uses Windows Forms for the GUI.
- Implements standard chess rules and piece movements.
- Basic 2D board with click-based piece movement.
- Highlights valid moves for selected pieces.
- Detects check and checkmate conditions.
- Turn-based logic between white and black players.
