Tag: Quick Basic
-
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 1
Programming for kids – How to program a chess program in BASIC Other Related articles Programming is fun. Want to learn? Why not start now? And what better way there is than to develop an advanced program that makes the computer “think” how to play chess?! Forget about those silly beginners’ example programs which print…