The first 2 tasks in creating a chess engine are the description of the Chess Board and the Chess Pieces. This page I will discuss my C# representation of the Chess Piece.
This page will be updated frequently to reflect my Chess GUI and Engine features. Currently my Chess Engine is rather simple. It…
For my implementation of the Chess Game I selected C# mainly because it is a computer language that: I know best…
My Computer Chess Engine Project Goals
Blog that documents the development of a computer chess engine, designed to teach how computers play chess.