home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / educ / prschool.zip / WA-TOR.DOC < prev    next >
Text File  |  1986-03-20  |  2KB  |  42 lines

  1. An implementation of the "Wa-tor" world program described in
  2.    A. K. Dewdney's column in Scientific American, Dec., 1984,
  3.    pp. 14-22.  Dewdney described a program built on arrays, but
  4.    suggested that it might go faster if built on linked lists.
  5.    This version was made by R. N. Wisan in Dec. 1984 using that
  6.    linked lists method.
  7.  
  8. If requested, this program makes a data file which can be printed out
  9.  and the first 320 Chronons can be graphed
  10.  
  11.       Wa-Tor is a distant planet, discovered by A. K. Dewdney in
  12.       the Scientific American in December of 1984.  It is toroidal
  13.       in form and entirely covered with a liquid, largely composed
  14.       of an oxide of hydrogen.  Its fauna consists of two species:
  15.       a predator sufficiently comparable to the terrestrial shark
  16.       to permit the use of that name, and a prey species which we
  17.       may refer to as "fish".  Both species are parthenogenic.
  18.       The interest which this simple biosystem holds for us is due
  19.       to the fact that the frequency with which the "sharks" must
  20.       feed, the breeding rates, and even the initial numbers of
  21.       the two species are entirely determinable by the observer.
  22.       This makes the planet an excellent site for ecological ex-
  23.       periment free of extraneous factors affecting species sur-
  24.       vival.
  25.  
  26.       The behavior of the two species are as follows:
  27.       The ocean in which the "sharks" and "fish" swim forms a rect-
  28.       angular grid, and once every chronon, each organism moves one
  29.       step along this grid, space permitting.
  30.       "Fish" move at random if an unoccupied place is available.
  31.       "Sharks" also move at random except that they will always
  32.       move to catch a fish if one adjoins.
  33.       At breeding age, "fish" divide, after the manner of amoeba,
  34.       provided space is available.
  35.       "Sharks" breed by calving.  The calf emerges alongside its
  36.       mother, fully fed.  The mother, however, has sacrificed her
  37.       chance to feed during that chronon.  A calf will not enter
  38.       it''s breeding cycle until it has fed at least once.
  39.       "Sharks" must feed at regular intervals, the length of which
  40.       varies with the observer''s choice.  A "shark" will die if it
  41.       fails to feed within the required time period.
  42.