DESCR 529 B

123456789101112
  1. Game of Life simulator using hashlife algorithm
  2. Golly simulates Conway's Game of Life with an arbitrarily large grid of
  3. cells. It can optionally use a hashlife algorithm, which allows it to
  4. rapidly compute generations for huge patterns, and to compute many
  5. generations into the future at a time.
  6. Golly provides a graphical interface for viewing and editing cellular
  7. automata. It supports copy and paste, zoom, auto-fit, multiple layers,
  8. and viewing different areas of a pattern simultaneously in different
  9. areas of a window.