Evolution 2 Evolution 2 contains two programs. In the first, the player controls a large gorilla which lumbers round a forest collecting bananas which drop randomly to the ground. The computer controls a small and extremely agile monkey which makes for very tough competition. The second program in this section puts you in control of a caveman who tries to kill raiders attacking his territory from surrounding caves, by firing arrows. 10 REM EVOLUTION 20 REM Ed PAUL STANLEY 30 MODE 1:BORDER 0:INK 0,0:INK 1,24:INK 2,20:INK 3,18:WINDOW #1,1,40,1,25:PAPER #1,0:PEN #1,1:CLS #1 40 GOSUB 1290 50 PEN 3:PRINT CHR$(24);" E V OLUTI 0 N ";CHR$(24);:PEN 1 60 PEN 2:LOCATE 1,5:PRINT"If you have tr ied the previous program this will be the 4th stage in the evolution sequ ence.":PEN 1 70 PEN 2:PRINT:PRINT"If you haven't t hen the object is to evolve as far as po ssible in a role - playing series of d ifferent programs. ":PEN 1 80 PEN 3:PRINT:PRINT"In this stage yo u play the part of a gorilla who compete s against a smaller monkey who is faste r than you.":PEN 1 90 PRINT:PRINT"You have to eat six out o f 40 bananas which are placed in the f orest in randompositions,but the monkey likes bananas as well ! !" 100 PEN 3:LOCATE 1,24: PRINT CHR$(24);" PRESS ANY KEY TO CONTINUE ;CHR$(24);:PEN 1 110 IF INKEYS<>"" THEN 110