Complete implementation of chess rules and valid moves in C#.
A chess simulator that runs directly in the console. Manages all valid moves, includes visual highlights for a better user experience, and strictly follows the rules of the game (C#).