This is a series of six programs which has been divided into three self contained groups. It represents the evolution of life from the single celled amoeba to moder man, linked by a single theme — survival! Evolution 1 Evolution 1 begins with the amoeba stage, in which the player controls the movement of a tiny amoeba which must wander round the screen eating spores whilst avoiding attack from other single celled creatures. In the second program in this suite of three the player is transformed into a frog which has to dodge from side to side avoiding capture by birds, whilst zapping the required number of airborne flies with its tongue. There is no fairy princess as a reward for this one, but instant promotion into the form of a beaver in the third program, in which you must swim around and capture fish whilst avoiding contact with a vicious crab. 10 REM EVOLUTION 20 REM PAUL STANLEY 70 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 DIM Y(6),X(6) 50 GOSUB 1490 60 A=0:WH=5 70 PEN 2:LOCATE 12,1:PRINT CHR$(24);"E V OLUTIO N";CHR$(24);:PEN 1 80 PEN 3:LOCATE 1,5:PRINT"This semi-scie ntific series of routines gives you the chance to evolve from an amoeba to a hu man based on the theory that only the strong survive. ':PEN 1