Evolution 3 Evolution 3 is the logical culmination of survival conditioning. As the leader of the superpower of your choice, you must destroy your enemies' capitals with missiles before you are destroyed by one of theirs. To do this you have a very short time to pre-program the flight of your missile with a series of direction codes, as the enemy's missile moves towards your capital. The screen features a map of the world on which the missile courses are plotted. 10 REM EVOLUTION THREE 20 REM PAUL STANLEY 30 MODE 1:BORDER 0:INK 0,0:INK 1,24:INK 2,20:INK 3,6:WINDOW #1,1,40,1,25:PAPER # 1,0:PEN #1,1:CLS #1 40 CS=STRING$(50,32) 50 SYMBOL AFTER 230 60 SYMBOL 231,0,8,28,8,8,62,0,0 70 SYMBOL 232,0,32,36,62,36,32,0,0 80 SYMBOL 233,0,62,8,8,28,8,0,0 90 SYMBOL 234,0,2,18,62,18,2,0,0 100 SYMBOL 235,128,128,128,128,128,128,1 28,255 110 SYMBOL 236,128,128,156,156,128,128,2 55 120 SYMBOL 237,127,127,127,127,127,127,1 27,0 130 SYMBOL 238,240,240,240,240,240,240,2 40,240 140 SYMBOL 239,255,255,255,255,255,255,2 150 SYMBOL 240,0,0,0,0,255,255,255,255 160 GOSUB 1380 170 DATA "LONDON",8,13,"MOSCOW",5,24,"BO NN",7,17,"WASHINGTON",8,3,"BRASILIA",17, 4,"TOKYO",9,28,"RIYADH",12,17,"CANBERRA" ,18,29,"PEKING",9,25,"PRETORIA",17,14 180 PEN 2:PRINT CHR$(24);" V OLUTIO N ";CHR$(24);:PE NI