Tag: Huo Chess
-
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…
-
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…