Difference between revisions of "LifeWiki:Life links"

From LifeWiki
Jump to navigation Jump to search
(Add links for Brian Prentice's Triangular Cell and Tiled CA)
(Link to Discord chat; see http://conwaylife.com/forums/viewtopic.php?f=7&t=3095)
Line 79: Line 79:
*[http://catagolue.appspot.com/home apgsearch for Catagolue] - Downloadable distributed soup search script, written in Python for Golly
*[http://catagolue.appspot.com/home apgsearch for Catagolue] - Downloadable distributed soup search script, written in Python for Golly
*[http://conwaylife.com/forums/viewtopic.php?f=9&t=2070 zfind] - a spaceship search program by zdr.
*[http://conwaylife.com/forums/viewtopic.php?f=9&t=2070 zfind] - a spaceship search program by zdr.
==Chats==
*[https://discord.gg/bVP3EQM Conwaylife Lounge] on Discord


==Other Links Pages==
==Other Links Pages==
*[http://dmoztools.net/Computers/Artificial_Life/Cellular_Automata/Conway's_Game_of_Life/ dmoz: Open Directory Project]
*[http://dmoztools.net/Computers/Artificial_Life/Cellular_Automata/Conway's_Game_of_Life/ dmoz: Open Directory Project]
*[http://golly.cvs.sourceforge.net/viewvc/*checkout*/golly/golly/src/Help/refs.html Golly Help: References]
*[http://golly.cvs.sourceforge.net/viewvc/*checkout*/golly/golly/src/Help/refs.html Golly Help: References]

Revision as of 08:26, 18 September 2017

This page contains a comprehensive list of links to important sites about Conway's Game of Life and related cellular automata.

Introductory Articles

Research Papers

Glossaries and Encyclopediae

Online Pattern Catalogs

Downloadable Pattern Catalogs

Blogs and News Sites

Other Personal Life Pages

Downloadable Simulation Software

Other CAs

  • Triangular Cell - triangular cell simulator by [[Brian Prentice] ([1])
  • Tiled CA - by Brian Prentice; runs cellular automata simulations on a large number of grids which can be constructed from various shaped tiles ([2])

Web Browser Based Life Simulations

Downloadable Computation and/or Search Software

  • Catalyst v1.0 by Gabriel Nivasch - Finds ways of modifying the evolution of an input pattern by placing catalysts that react with it, by a backtracking search. Written in C++.
  • gencols by Paul Callahan - Enumerates collisions between patterns (e.g. gliders and still lifes). Includes output filters to detect oscillators, spaceships, or successful eating of one pattern by another. Life evolution rule is hardcoded as a sequence of bit-parallel integer operations (so it's possible to change but not easy). Written in C.
  • gfind v4.8 by David Eppstein - Search program for low-period spaceships. Extends partial patterns a row at a time, keeping track of rows in all phases of the pattern. Includes modes for finding symmetric patterns. Written in C.
  • gsearch by David Eppstein - Performs a brute force search of all patterns fitting within a small rectangle. Evolves each pattern for a specified number of generations or until it repeats, grows too large, or matches a previously seen pattern. Recognizes spaceships, oscillators, unstable oscillators (such as queen bee and p90), replicators, and some puffers. Includes modes for finding symmetric patterns. Written in C.
  • Hersrch by Karel Suhajda (via archive.org - the original site is down) - Searches for open or closed Herschel tracks in Conway's Game of Life, using a database of known static and periodic track components. Written in C++.
  • lifesrc v3.8 by David Bell - Search program for oscillators. Written in C.
  • ofind v0.9 by David Eppstein - Searches for low-period oscillators. Similar to gfind, but extends patterns in all phases simultaneously rather than a single phase at a time, and includes special handling of stator cells. User can specify what spark the oscillator should produce, or how it should interact with neighboring patterns of other periods. Written in C.
  • Random Agar v1.1 by Gabriel Navasch - Looks for new Life oscillators, wicks, and agars. Generates random spatially periodic patterns, and runs them until they oscillate. Includes complete support for all possible symmetry types. Written in C++.
  • Bellman by Mike Playle - Program for searching stable catalysts in Conway's Game of Life. Written in C.
  • Scripts forum at ConwayLife.com
  • apgsearch for Catagolue - Downloadable distributed soup search script, written in Python for Golly
  • zfind - a spaceship search program by zdr.

Chats

Other Links Pages