Tag: chess program
-
Chess programming and Chess960
Programming a chess engine is hard. Testing it is even harder. One needs to test the engine in various conditions so as to make sure that the algorithm properly recognizes patterns, applies the logic its creator has embedded in it, follows the chess principles that will allow the computer to win etc. To that end,…
-
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: Design algorithm
In this chess programming episode, the tutorial explains how the chess thinking algorithm works.