-
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 develop a chess program from scratch (for total beginners) Ep. 1
[Next episode] 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…
-
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…