Update GH URI
[cellular-automata.git] / README.md
index 652105d..2eeb385 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,27 +1,19 @@
-Games of Life
-=============
+Cellular Automata
+=================
 
-
-Description
------------
-I want to try several different approaches to implementing Conway's Game of
-Life. It shall be recorded in this repo.
-
-Each of the implementations (living in sequentially numbered directories) shall
-have its own README file, documenting the approach taken.
+I started-out wanting to try Conway's Game of Life, then got hooked and decided
+to play with other automata rules as well.
 
 
 Summary
 -------
-* __ID:__ 001,
-  __Language:__ Erlang,
-  __Approach:__ Each cell is a gen_server process
-* __ID:__ 002,
-  __Language:__ OCaml,
-  __Approach:__ Traditional matrix
-* __ID:__ 003,
-  __Language:__ Erlang,
-  __Approach:__ Traditional matrix as nested [array()]
+| Automaton      | Description |
+|----------------|-------------|
+| [Life]         | http://en.wikipedia.org/wiki/Conway's_Game_of_Life |
+| [Forest Fire]  | http://en.wikipedia.org/wiki/Forest-fire_model |
+| [Polymorphism] | Coexistence of different transition rules on the same grid |
 
 
-[array()]: http://www.erlang.org/doc/man/array.html "Which is not actually an array, but an integer-keyed tree."
\ No newline at end of file
+[Life]: life
+[Forest Fire]: forest-fire
+[Polymorphism]: polymorphism
This page took 0.023531 seconds and 4 git commands to generate.