Tag: tutotial
-
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 for kids: Developing a chess program in BASIC – Part 2
Programming for kids – How to program a chess program in BASIC Other Related articles In the previous lesson we managed to create our program in BASIC (QB64) and write the first lines of code to ask for input from the user for his move. Now we will perform the next and one of the…