Category: Tutorial
-
Chess Program thought process analysis article
A new article “Chess Program thought process analysis (Simple) – The Huo Chess example” has been published. There the thinking process of a chess program is presented in high level in order to help chess programming enthusiasts gain an initial understanding of the general way a chess program works. One can find the relative article…
-
The terror of debugging a chess program (and the unexpected benefits…)
Goal The goal of this article is to provide an overview of how a chess program can be debugged when a problem occurs. The Huo Chess program is used for this tutorial – the program used anyway for all tutorials in this site. About Huo Chess Check Huo Chess – Chess programming learning tutorials for details…
-
How to develop a chess program from scratch (for total beginners) Ep. 2
In this chess programming episode, the tutorial explains how the chess thinking algorithm works.