Скачать LIFE - Text Mode "Life" Game

16.08.1989
Скачать файл (1,58 Кб)




For use without the TURBO3.TPU do the next corrections:
1. Comment the TURBO3.TPU in USE clause:

       Uses
        Crt{, {Unit found in TURBO.TPL}
        {Turbo3}; {Unit found in TURBO3.TPU}

2. Find out the line
    read (kbd,response)    { Wait 'till pressed }

   and change it to:
    response:=readkey      { Wait 'till pressed }