Difference between revisions of "LifeWiki:Life links"

From LifeWiki
Jump to navigation Jump to search
(Link to Rob Liston's FPGA searcher)
m (This list previously included wwei's dull-witted, dead 'mirror' of Conwaylife lounge, so I've removed it.)
Line 91: Line 91:
==Chats==
==Chats==
*[https://discord.gg/BCuYCEn Conwaylife Lounge] on Discord
*[https://discord.gg/BCuYCEn Conwaylife Lounge] on Discord
*[https://discord.gg/HVzMe8f Conwaylife Lounge Mirror] 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 20:56, 13 December 2018

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

Web Browser Based Life Simulations

Downloadable Computation and/or Search Software

  • apgsearch for Catagolue - Downloadable distributed soup search script, written in Python for Golly
  • Bellman by Mike Playle - Program for searching stable catalysts in Conway's Game of Life. Written in C.
  • 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++.
  • CatForce by Michael Simkin - fast brute-force testing of arrangements of potential catalysts for signal-processing reactions. Written in C, based on the LifeAPI library.
  • CollisionsSearch v0.1a by Sergei Petrov (Guam) - finds arrangements usually of small Spartan or near-Spartan objects, with various constraints. Similar to CatForce, but with a GUI.
  • 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++.
  • Scripts forum at ConwayLife.com
  • Seeds of Destruction Game v0.5 by Paul Chapman - Manual search assistant for self-destruct circuitry, efficient glider-construction cleanups, reburnable fuses, etc. Java application.
  • WLS 0.71 (WinLifeSearch) - a Windows port of lifesrc, with a GUI to help with setup. Windows executables are included in the zip files; source code is on github.
  • zfind - a spaceship search program by zdr.
  • life-soup - an FPGA soup searcher written by Rob Liston in Verilog, running on the Xilinx EK-U1-VCU118-G evaluation board.

Chats

Other Links Pages