Category: 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.
-
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…
-
Develop a (chess) program in Visual Studio 2022 (C# NET 6.0) [Huo Chess example]
Goal Some years have passed since the latest major update of Huo Chess. The goal of this article is to catch up with the developments of the latest years and show how an application built in previous versions of the Visual Studio can be ported into Visual Studio 2022. We will also show what is…