Tag: Visual Studio
-
Huo Chess: Using Copilot to summarize code

AI is now part of our life. And Copilot is the AI assistant we can all have in Microsoft Visual Studio. One of the features Copilot can be used for is to summarize a class in our code and explain it. For example, I used it to produce a summary of the CountScore function of…
-
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…
-
How to Develop a Chess Program for Beginners
This series of tutorials for dummies will show how one can develop a chess playing program in C# from scratch with no prior knowledge of programming. It will guide the reader step-by-step until the final building of a fully-features chess application in Microsoft Visual Studio. The tutorial is based on the open source Huo Chess…