Tag: chess
-
How to develop a chess program from scratch (for total beginners) Ep. 2
In this chess programming episode, the tutorial explains how the chess thinking algorithm works.
-
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…