first off, let me thank you for taking the time to talk about my little game; also, I'm glad you liked it :)
Here are a few notes for your information:
* yes, it's been written in BASIC and then compiled;
* Basic-Boss Compiler: you can find it on planetemu.net;
* interrupt-driven music and sprites: no, no interrupts used (I don't even think the compiler offers a functionality of that kind);
* small file size: the compiler seems to be quite good, but it doesn't do magic - the key is the original source code (same goes for speed) ;)
Hello Chip Hageman,
first off, let me thank you for taking the time to talk about my little game; also, I'm glad you liked it :)
Here are a few notes for your information:
* yes, it's been written in BASIC and then compiled;
* Basic-Boss Compiler: you can find it on planetemu.net;
* interrupt-driven music and sprites: no, no interrupts used (I don't even think the compiler offers a functionality of that kind);
* small file size: the compiler seems to be quite good, but it doesn't do magic - the key is the original source code (same goes for speed) ;)
I hope this helps.