Vos commentaires
 Sadly this game is BASIC 1.1 due to use of CLEAR INPUT and some MOVE commands which use the optional 3rd Paramater (a feature not supported in BASIC 1.0). I've got the game working in BASIC 1.0, though for some reason the extra bomb sprite is displaying rubbish and I don't know why. I've had to remove one MEMORY statement in line 8 which might have something to do with it, was returning MEMORY FULL error due to a lot of MEMORY statements being used at the start of this program, so perhaps better management of files and moving routines into proper areas will solve this.