Tag: Huo Chess
-
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 code a chess program in one day. (C# and Java examples)
Introduction Coding is easy. Today there are a lot of people learning how to do it. Why not you? And you know what is the most difficult step in learning how to code? TO START LEARNING. You know there is an old Buddhist saying claiming that “When the student wants, the teacher appears”. So the…
-
Huo Chess – Chess programming learning tutorials
Huo Chess Overview The Huo Chess is one of the smallest open source chess programs in C# (the latest .NET console version is only 159 KB is size, even though it utilizes the latest .NET Platform; while the latest version in .NET Framework is only 44 KB in size). It has heavily commented source code…