home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / science / fastlife / poster < prev   
Text File  |  1991-03-09  |  2KB  |  55 lines

  1. AMIGA ZONE                 Sec:  10
  2. Name : FASTLIFE.LZH          Num: 27,094
  3. By:   R*CHARLTON Date:  3/02/91 17:03
  4. Bytes:    75,520    Downloads:   26
  5. Binary!
  6. Title:    CONWAY'S GAME OF LIFE
  7. Keywords: LIFE BOARD GAME CONWAY CELLULAR AUTOMATA FASTLIFE GRAPHICS BLITTER
  8. -----
  9.  
  10.                      F a s t L i f e
  11.                            b y
  12.                  R o n  C h a r l t o n
  13.  
  14.                  Version 1.0 24-Feb-91
  15.  
  16. FastLife is an Amiga implementation of Conway's Game of Life.
  17. FastLife may be freely distributed.
  18.  
  19. F e a t u r e s
  20.  
  21.    o  Blitter used for high speed (19 generations/second maximum)
  22.    o  Automatic fallback to 680x0 mode when memory is low
  23.    o  Four screen sizes
  24.    o  Full Intuition interface
  25.    o  Runs from Workbench and CLI
  26.    o  Uses Heath File Requester (if you have arp.library)
  27.    o  153 patterns in text file format
  28.  
  29. In 1970 John Horton Conway, a mathematician at the University of
  30. Cambridge, invented the game of Life.  It was introduced by
  31. Martin Gardener in his October 1970 Scientific American column.
  32.  
  33. The desire to combine the speed of Tom Rokicki's blitter Life
  34. routines with an Intuition interface and access to many of the
  35. classic Life patterns led to the development of FastLife.  Olaf
  36. Seibert's 32-bit fallback 680x0 mode allows the CPU to take over
  37. when there is insufficient memory to use the blitter.
  38.  
  39. Conway defined an infinite board for Life; FastLife limits itself
  40. to the screen size of the Amiga (320 by 200 to 640 by 400).
  41.  
  42. FastLife ALWAYS calculates the entire screen.  Calculation speed is
  43. not dependent on how many cells are ON or OFF, but only on the
  44. screen size, and whether the blitter or 680x0 is used for calculation.
  45.  
  46. FastLife has been tested with Workbench 1.3.  Its executable size is less
  47. than 25 kilobytes.
  48.  
  49.      FastLife version 1.0
  50.      Ron Charlton
  51.      PeopleLink: R*CHARLTON
  52.  
  53. Executable, documentation + 153 Life pattern files
  54. FASTLIFE.LZH
  55.