How to implement movement in a chess game ?
问题 I am learning to make a small variant of chess game using windows forms C#, the game includes only the pawns of both sides, i have drew the board and organized the pieces on there places, but i honestly do not know how to start implementing the moves by clicking the mouse on the piece and then the location where i want to move it. as references the black pawn is named piece, and white pawn is named pieceW here is my code for the board using System; using System.Collections.Generic; using