-
How to develop a chess program from scratch (for total beginners)
Overview This is a tutorial that shows how one can develop a chess program from scratch. Minimum knowledge of programming is nice to have, but even people with no knowledge will be able to follow since the topics are described in a way independent of programming languages. Details about programming are explained when needed in […]
-
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 […]