Category: Programming
-
Huo Chess 2026 updates

Keeping a program up-to-date is not easy. The most difficult part is the obvious one: You must open it. Read the code again. Update it where possible. Post it. Huo Chess has a minimalistic code, yet improvements can always happen. Please find below the code for the latest updated experimental version v0.9923. The points for…
-
Chess programming and basic chess principles: Episode 2 – Double attack
Double attack is the single most important thing a computer (or a human) should search for when thinking for a game of chess. Why is that? Well, simply put, there is no other way to win material other than the double attack! If you threat one piece of the opponent then the opponent can simply…
-
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…