I'm just wondering whether there is a repository set up where we can share our BASIC programs that we create/convert to the BASIC Engine dialect?
I have started to learn the intricacies of the BASIC Engine dialect by converting some of my favourite BASIC programs from "back in the day". The first one I have chosen is "Seabattle" from the "More BASIC Computer Games" book, editted by David Ahl. It's easiest to start with the program already in text format and then modify it as needed. Adjusting screen formatting is the main thing. I really like that I can make changes in my favourite code editor (VS Code in this case) and then load the text file as a BASIC program.
I'm keen to find out whether I can embed colour commands into the output strings.