Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 619 Bytes

File metadata and controls

20 lines (17 loc) · 619 Bytes

Chess

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.

Details

  • 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.

Media

Video 1