Tag: programming tutorial
-
How to develop a chess program from scratch (for total beginners) Ep. 4
[Previous episode] Overview In the previous chapter we saw how the program scans through all the chessboard to find its own pieces. The next step is to think for all the possible moves for each one of these pieces. This small chapter shows exactly how this is done. Scanning all possible moves In the previous…
-
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…
-
Programming a chess application in QBasic (QB64)
Related articles News This is an article on how one can develop a chess program in QBasic. It is based on Huo Chess that was developed by me and is available as open source in multiple programming languages (C#, Java, older versions in C++ and Visual Basic). Parts of the article have been posted as…