Tag: Huo Chess
-
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…
-
How to develop a chess program from scratch (for total beginners) Ep. 5: Check Legality of Moves
[Previous episode] Overview A chess program is nothing without a function that checks the validity of moves. This function allows the program to play legal moves and without it, nothing would be possible. In this chapter we will analyze this function. The computer utilizes this function at two points: This can be illustrated better in…
-
Huo Chess – Live improvements updates
Huo Chess is the open source chess engine that is used in ChessProgramming.com portal for the illustration of chess programming. The program is always in development and this page serves as a source of any updates regarding Huo Chess. Update title Description Date Reverse colours The colour of the player that is assessed when the…