1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
<html>
<body bgcolor="#FFFFCE">
<h2>References</h2>
<h3>Good web sites</h3>
<p>
<ul>
<li> <a href="http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life">Wikipedia entry on Conway's Game of Life</a>
<li> <a href="http://www.conwaylife.com/wiki/index.php?title=Main_Page">LifeWiki</a>
and <a href="http://www.conwaylife.com/forums/">ConwayLife.com forums</a>
<li> <a href="http://pentadecathlon.com/lifeNews/index.php">Game of Life News</a>
and <a href="http://pentadecathlon.com/objects/objects.php">Object Catalogs</a>
<li> <a href="http://github.com/GollyGang/ruletablerepository">Rule Table Repository</a>
<li> <a href="http://groups.google.com/group/comp.theory.cell-automata">comp.theory.cell-automata</a>
<li> <a href="http://www.conwaylife.com/ref/lexicon">Stephen Silver's Life Lexicon</a>
<li> <a href="http://www.ics.uci.edu/~eppstein/ca/">Gliders in Life-Like Cellular Automata</a>
<li> <a href="http://b3s23life.blogspot.com/">Dave Greene's blog</a>
<li> <a href="http://nickgottsgol.blogspot.com/">Natural History of Conway's Game of Life</a>
<li> <a href="http://www.conwaylife.com/ref/DRH/">Dean Hickerson's Game of Life page</a>
<li> <a href="http://www.conwaylife.com/ref/lifepage/">Paul Callahan's page of Life Miscellany</a>
<li> <a href="http://entropymine.com/jason/life/">Jason Summers' Life page</a>
<li> <a href="http://www.gabrielnivasch.org/fun/life">Gabriel Nivasch's Life page</a>
<li> <a href="http://www.conwaylife.com/ref/mniemiec">Mark Niemiec's Life page</a>
<li> <a href="http://wwwhomes.uni-bielefeld.de/achim/gol.html">Achim Flammenkamp's Life page</a>
<li> <a href="http://www.ibiblio.org/lifepatterns/">Alan Hensel's Java applet</a>
<li> <a href="http://www.tip.net.au/~dbell/">David Bell's home page</a>
<li> <a href="http://uncomp.uwe.ac.uk/genaro/home.html">Complex Cellular Automata by Genaro Martinez</a>
<li> <a href="http://www.ddlab.com/">Discrete Dynamics Lab</a>
<li> <a href="http://psoup.math.wisc.edu/kitchen.html">The Primordial Soup Kitchen</a>
<li> <a href="http://web.archive.org/web/20071112172439/http://members.aol.com/life1ine/life/lifepage.htm">Robert T. Wainwright's LIFEPAGE</a>
<li> <a href="http://golly.sourceforge.net/">Golly's home page</a>
</ul>
<h3>Good books and magazine articles</h3>
<p>
<ul>
<li> "Wheels, Life and Other Mathematical Amusements" by Martin Gardner.
W. H. Freeman and Company, 1983.
The last three chapters are an updated collection of his superb
columns from Scientific American (see below).
The last chapter has an excellent bibliography.
<li> "The Recursive Universe" by William Poundstone.
William Morrow & Company, 1985.
An entire book devoted to a discussion of cellular automata and
other fascinating topics in physics and mathematics.
<li> "Winning Ways", Volume 2 by Elwyn Berlekamp, John Conway and Richard Guy.
Academic Press, 1982.
Chapter 25 has the title "What is Life?".
<li> "Cellular Automata Machines" by Tommaso Toffoli and Norman Margolus.
MIT Press, 1987.
Describes CAM, a machine for doing sophisticated experiments
with cellular automata.
<li> "A New Kind of Science" by Stephen Wolfram.
Wolfram Media, 2002.
Bloated and egotistical, but there is plenty of fascinating stuff.
<li> Scientific American articles:<br>
"Mathematical Games" columns by Martin Gardner:
Oct, Nov 1970, Jan, Feb, Mar, Apr, Nov 1971, Jan 1972.<br>
"Computer Recreations" by Brian Hayes, Mar 1984.
<li> BYTE articles:<br>
"Some Facts of Life" by David Buckingham, Dec 1978.<br>
"Life Algorithms" by Mark Niemiec, Jan 1979.
</ul>
</body>
</html>
|