Category: Tutorial
-
How to develop a chess program from scratch (for total beginners) Ep. 2: Design algorithm
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: Set up chessboard
[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…
-
CHESS PROGRAMMING: Evaluating Material – Episode 1: Bishop vs. Knight
Small chess programming lesson summary Overview: This is a short chess programming lesson, part of the ‘How to develop a chess program’ tutorials series in Harmonia Philosophica for total beginners. The goal of this lesson is to discuss the very basics of position evaluation. Tutorials on how to develop a chess program in Harmonia Philosophica…