Tag: BASIC programming
-
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…
-
HUO Writer: A simple AI writer with basic Neural Network capabilities (QB64)
News Goal The goal of Huo Writer is to be a program that thinks philosophically. By getting user input on a specific topic, it can generate phrases with deep philosphical meaning so as to trigger thoughts on the human user. The goal of the article is to serve as a simple tutorial on how to…
-
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…