home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 049.lha / Shiva.doc < prev    next >
Text File  |  1986-11-20  |  3KB  |  71 lines

  1.  
  2.  
  3.                                  SHIVA
  4.  
  5.                     Copyright © CREATIVE FOCUS 1987
  6.                          All Rights Reserved
  7.  
  8. This package contains:
  9.  
  10.                   SHIVA    A graphic display program featuring the
  11.                            fantastic Amiga blitter, and
  12.  
  13.                   README   The text file you are reading right now.
  14.  
  15. Shiva is a light-hearted varient of John Conway's Game of Life.  It is,
  16. in fact, a screw-up I chanced upon when I was trying to figure out how
  17. to implement Life with the blitter.  In effect, it is a superset of the
  18. ordinary Life rules, with the consequence that configurations tend to
  19. spread instead of dampening out.
  20.  
  21. Nonetheless, it is close enough to ordinary Life that familiar structures
  22. (e.g., gliders) behave as expected.  To provide some extra pizzazz, I
  23. rotate the solution bit-plane through all five bit-planes of the screen,
  24. creating a colorful and ever-changing display.
  25.  
  26. For a particularly interesting effect, try the pattern:
  27.  
  28.          ooo
  29.         o   o
  30.          ooo                                                         .
  31.  
  32. This simple seed will grow into a complex and ever-changing universe
  33. with four points of symmetry (a consequence of the toroidal structure of
  34. the wrap-around screen).  With the higher resolutions (i.e., with the
  35. smaller cells) it seems to go on forever.
  36.  
  37. At the heart of the program is (implicitly) a nine-blit-per-generation
  38. solution to the Game of Life that I intend to release separately, in
  39. conjunction with an article on the blitter.
  40.  
  41. I wish to express special thanks to Scott Everndon and Alonzo Gariepy
  42. for showing the way, and Tomas Rokicki for publishing a ten-blit
  43. solution.
  44.  
  45.                     Jer */*         July 12, 1987
  46.  
  47. ************************************************************************
  48.  
  49. This program is freely redistributable, as long as this specific text
  50. accompanies it, and no change is made to the executable code.  Sale, in
  51. any guise, of this program is strictly prohibited.  Redistributors may
  52. not place, or claim to place, any conditions on its further distribution.
  53.  
  54. I cannot guarantee that this program will do anything that you may
  55. desire or expect.  Use it at your own risk.  However, I would appreciate
  56. being informed if it seems not to perform as one might wish.
  57.  
  58. ************************************************************************
  59.  
  60.                            CREATIVE FOCUS
  61.                            Dr. Gerald Hull
  62.                            25 Smith Hill Road
  63.                            Binghamton, New York  13905
  64.                            (607) 724-2638
  65.  
  66.                            PLINK:   DRJERRY
  67.                            BIX:     ghull
  68.  
  69.  
  70. [EOF]
  71.