Category: chess
-
Programming for kids: Developing a chess program in BASIC – Part 4: Advanced concepts
Hello again! After having published various tutorials on basic chess programming, it is time to move on to more advanced concepts. Programming for kids – How to program a chess program in BASIC Existing chess tutorials Huo Chess resources This article will touch-base on some more advanced concepts in chess programming: Up to now the…
-
Programming for kids: Developing a chess program in BASIC – Part 3
Programming for kids – How to program a chess program in BASIC Other Related articles In the previous lesson we managed to create the function which checks the legality of a move. With that we managed to check the move entered by the user and present it to the screen. What is next? To make…
-
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…