Dambusters Dambusters is a game in which you have to defend a dam which is under attack from enemy aircraft, armed with bouncing bombs. Each bomb which succeeds in hitting the dam will blow a section of it away, until eventually the water pours through and the game is over. Your defence consists of two beam guns which are mounted at each side of the dam and which fire converging ray beams at a target sight controlled by the player. Since the aircraft are out of range, you must aim your guns at the bouncing bombs themselves. Unfortunately your beam weapons need to be recharged periodically and accuracy is, therefore, vital, especially as there is a strong wind which has a tendency to blow your sights off course! 10 REM DAMBUSTERS 20 REM @ PAUL STANLEY. 30 MODE I:BORDER 4:INK 0,16:INK 1,0:INK 2,20:INK 3,6:WINDOW #1,1,40,1,25:PAPER # 1, 0:PEN #1,I:CLS 40 HS=0 50 GOSUB 960 60 GOSUB 770 70 GOSUB 620 80 BORDER I:INK 0,0:INK 1,24:INK 2,20:IN K 3,6:WINDOW #0,5,36,1,25:PAPER #0, 0:PE N #0,1:CLS #0 90 PEN 2:LOCATE 1,1:PRINT"SCORE:0":PEN 1 100 PEN 3:LOCATE 20,1:PRINT"HI—SCORE:";: PEN 2:PRINT HS:PEN 1 110 LOCATE 1,22:PRINT CHR$(24); STRING$( 64,58);CHR$(24) 120 FOR F=1 TO 150 :PLOT 64+RND*506,RND* 400+I28,2:NEXT 130 G=0:FOR F=I TO 5:PLOT G*2+64,15+F*2+ 48,2:DRAWR 508-4*G,0:G=G+2:NEXT 140 PLOT 100,72,2:DRAWR 216,40:PLOT 532, 72:DRAWR —216,40