home *** CD-ROM | disk | FTP | other *** search
/ POWERdrive for you 1997 October / PDR_1097.ISO / share / win / spiele / growth / read.me < prev    next >
Text File  |  1994-05-26  |  4KB  |  90 lines

  1.  
  2.                            GROWTH  3-Pack
  3.  
  4.                    Screen Savers for MS-Windows 3.1
  5.                    Copyright (c) 1994 John Erbland
  6.  
  7.                           SYSTEM REQUIREMENTS
  8.  
  9.     Your computer must be a 286 or higher, running Microsoft Windows 
  10.     3.1 or higher.
  11.  
  12.  
  13.                           ABOUT THE SCREENS
  14.  
  15. 1.  CORAL draws a multi-colored coral-like fractal starting at the
  16.     bottom of your screen. Imagine invisible particles heading 
  17.     toward the bottom of the screen from random directions. As soon 
  18.     as a particle arrives at a non-black location on the screen, it 
  19.     "sticks", and acquires the same color. If it hits the bottom, it 
  20.     will get a random color. This program was inspired by the 
  21.     article "Nature's Algorithms", by Brian Hayes in the May-June 1994
  22.     issue of American Scientist.
  23.  
  24. 2.  LIFE is a random implementation of John Horton Conway's "Game of 
  25.     Life", a system of cellular automata. Life was introduced to the 
  26.     general public by Martin Gardner in his Mathematical Games 
  27.     column of Scientific American magazine in the October 1970 issue.
  28.  
  29.     The setting is a rectangular grid of square "cells", each of 
  30.     which is "alive" or "dead". In a display of the grid, a dead 
  31.     cell is simply left empty, or blank. A live cell is indicated by 
  32.     the presence of some sort or marker, such as a solid circle. An 
  33.     initial configuration is selected somehow. Subsequently, it is 
  34.     replaced by a new "generation", and then another, and so on. A 
  35.     new generation is related to its predecessor as follows:
  36.         - If a dead cell has exactly 3 living "neighbors", then it 
  37.           will be alive in the next generation. ( Except at the edge 
  38.           of the grid, a cell has 8 neighbors, which are the cells
  39.           adjacent to its corners plus those at its four sides. )
  40.         - If a live cell has fewer than 2 or more than 3 live 
  41.           neighbors, then it will be dead in the next generation.
  42.         - Otherwise, the cell will not change.
  43.  
  44. 3.  STAINS paints randomly colored spots on your screen. They start 
  45.     out small, but they grow until they cover a substantial portion
  46.     of the screen. (You choose how much.)
  47.  
  48.                             INSTALLATION
  49.  
  50. 1.  Extract CORAL.SCR, LIFE.SCR, and STAINS.SCR from GROWTH.ZIP
  51.     Since you are reading this, you have probably done this already.
  52. 2.  Copy or move them to the Windows directory of your hard disk.
  53.     Usually, this is C:\WINDOWS:
  54.  
  55.         COPY  *.SCR  C:\WINDOWS
  56.  
  57. 3.  In Windows, run Control Panel, and select Desktop. Go to the
  58.     screen saver selection box and scroll through the list to verify
  59.     that Coral, Life and Stains are present. 
  60.     I encourage you to select each of them and click on the Test 
  61.     button to see what it is like. Then click on the Setup button to 
  62.     adjust parameters of the selected screen saver to your liking.
  63.  
  64.  
  65.  
  66.                              REGISTRATION
  67.  
  68. This is shareware, which means "try before you buy". If you like any 
  69. or all of the three enclosed programs, you should pay for the package.
  70. The price is $15, payable in U.S. dollars, to:
  71.  
  72.         Emergency Software Production
  73.  
  74. and send payment to:
  75.  
  76.         John Erbland
  77.         Emergency Software Production
  78.         76 West Norman Avenue
  79.         Windsor, CT 06095
  80.  
  81. The price includes sales tax, if applicable.
  82. In addition, source code (C++) for the entire package is available for $100.
  83.  
  84.                                SUPPORT
  85.  
  86. If you have a question or suggestion, either call (203) 727-0098, or 
  87. send e-mail to CompuServe ID 73740,3247. If you are not on 
  88. CompuServe, but have access to the Internet, you can send e-mail to 
  89. 73740.3247@compuserve.com
  90.