Update README.
[cellular-automata.git] / README.md
index 31bb487..0721256 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,19 @@
 Cellular Automata
 =================
 
-I started-out wanting to try Conway's Game of Life, but now I'd like to try
-other automata rules as well.
+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
+-------
+| Automaton      | Description |
+|----------------|-------------|
+| [Life]         | http://en.wikipedia.org/wiki/Conway's_Game_of_Life |
+| [Forest Fire]  | http://en.wikipedia.org/wiki/Forest-fire_model |
+| [Polymorphism] | Each cell can have different transition rules |
+
+
+[Life]: life
+[Forest Fire]: forest-fire
+[Polymorphism]: polymorphism
This page took 0.018823 seconds and 4 git commands to generate.