After compiling it crashes in line 685. I wonder why ZX Basic did not complains NEXT without FOR.
685 FOR l=1 TO 4:
PRINT AT 19,4; INK 1;l$(l):
FOR a=1 TO 5:
NEXT l:
NEXT a
I loaded it with merge "", so that it does not start.
I have started a gallery for compiled games. If you give me the permission to publish the compiled games I would like to include them. Each entry links to the original, lists some changes (like PAUSE to reduce the speed) or instructions to use float or integer, a GIF and the tap file. Integer is about 30 times faster than float.
ZXBasicCompiler/games/games.md at main · tquester/ZXBasicCompiler