home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 12 / 012.d81 / t.life.boot < prev    next >
Text File  |  2022-08-26  |  2KB  |  137 lines

  1.  
  2.            **** LIFE ****
  3.  
  4.  
  5.  
  6.  
  7. Written by:  Cyndie Merten
  8.  
  9. The Game of Life for the Vic and C-64
  10. Commodore Microcomputers, June 1985
  11. Page 48
  12.  
  13.  
  14.   LIFE simulates the growth and decay
  15.  
  16. cycle of organisms.  Processes like
  17.  
  18. this are done to predict the growth
  19.  
  20. of bacteria and the like in labratory
  21.  
  22. experiments.  The concept was
  23.  
  24. developed by John Horton Conway at the
  25.  
  26. University of Cambridge.  The rules
  27.  
  28. of the simulation are very simple:
  29.  
  30.  
  31.  1.  Any organism surrounded by two
  32.      or three neighbors survives.
  33.  
  34.  2.  Four or more neighbors spells
  35.      death for an organism due to
  36.      overpopulation.
  37.  
  38.  3.  No neighbors or only one also
  39.      spells death due to isolation.
  40.  
  41.  4.  An empty 'cell' with exactly
  42.      three neighbors will have an
  43.      organism born into it.
  44.  
  45. Based upon these rules, very complex
  46.  
  47. colonies of organisms can be created.
  48.  
  49. Some patterns repeat while some die
  50.  
  51. very quickly.
  52.  
  53.   There are two versions of this
  54.  
  55. program.  The first version creates
  56.  
  57. random starting patterns.  This
  58.  
  59. version, even though it is random, can
  60.  
  61. create some very complex and beautiful
  62.  
  63. patterns.  The second version allows
  64.  
  65. you to input your own starting
  66.  
  67. pattern.  After the screen is cleared,
  68.  
  69. you may move the flashing circle
  70.  
  71. around on the screen with the cursor
  72.  
  73. keys.  When you want to place a live
  74.  
  75. organism, press the asterik (*) key.
  76.  
  77. To erase an organism, press the
  78.  
  79. space bar while on that 'cell'.  To
  80.  
  81. begin the growth (or death) process,
  82.  
  83. simply press the return key.  To stop
  84.  
  85. the process, press the RUN/STOP key.
  86.  
  87. To start over after stopping, simply
  88.  
  89. type RUN <return>.
  90.  
  91.   As stated, there are two versions of
  92.  
  93. this program.  When you select the
  94.  
  95. RUN option, you will given a choice to
  96.  
  97. run either version or return to
  98.  
  99. LOADSTAR.
  100.  
  101.  ** NOTE **
  102.  
  103.   Because of the nature of these two
  104.  
  105. programs, they do not connect back to
  106.  
  107. LOADSTAR.  Please be sure you want to
  108.  
  109. RUN them before you do so.
  110.  
  111.  
  112.    This program is copyrighted by
  113.  
  114.  Microcomputers Magazine.  All rights
  115.  
  116.   to it are reserved.  LOADSTAR has
  117.  
  118. relieved you from the burden of keying
  119.  
  120.          in this program.
  121.  
  122.  
  123.          For more complete
  124.  
  125. information about this program, refer
  126.  
  127.      to the June 1985 issue of
  128.  
  129.      Microcomputers Magazine.
  130.  
  131.  
  132.  
  133. >Files used: LIF64RND
  134.              LIF64INP
  135.  
  136. --------------------------------------
  137.