home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / genetics / gol_2 < prev    next >
Text File  |  1999-04-27  |  2KB  |  50 lines

  1. Title:            GOL
  2. Author:            Michael R Brown (michael@arrakeen.demon.co.uk)
  3. Version:        0.01
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Michael R Brown (michael@arrakeen.demon.co.uk)
  8. Date:            21/01/95
  9. Keywords:        Simulation software
  10. Shareware:        No
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    
  14. Peripherals needed:    
  15. Other s/ware needed:    
  16. Directory:        micros/arch/riscos/d003
  17. Date mounted/updated:    25/01/95
  18. File names:        gol.arc
  19. Unarchived files:    16
  20. Unarchived size:    141 kbytes
  21. Omissions:        
  22. See also:        LISTLIFE (c169)
  23.  
  24. -------------------------------------------------------------------------------
  25.  
  26. Acquiring the package:
  27.  
  28. Download the archive file(s) and extract using SparkPlug 2
  29. (see the "tools_help" file in micros/arch/riscos/tools for further info).
  30.  
  31.  
  32. Description:
  33.  
  34. GOL is an implementation of Conway's Artificial Life simulation.
  35.  
  36. The main features are:-
  37. * Configurable rules (except ageing).  Two areas:-
  38.   * What rule to apply given a count of neighbering cells.
  39.   * A 3x3 bitmask to apply before counting cells.
  40. * Very large life field, 3456x3456 on a 4Mb A5000 with nothing else loaded.
  41. * Very fast, especially in a square aspect monochrome video mode.
  42.   * 3456x3456 life field updates once every 2 seconds.
  43.   * 256x256 is difficult to time.
  44. * You can draw in an active life field.
  45. * The life field can be saved as a picture at any time.
  46. * The life field can be initialised from a picture at any time.
  47. * Zoom in and out.
  48. * Multitasks nicely.
  49. * Supplied with source code.
  50.