From b91b5d786c3b94b51ccc8e1866c265eb58a86d53 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Sat, 28 Sep 2013 12:38:47 -0400 Subject: [PATCH] Update README. --- README.md | 18 ++++++++++++++++-- polymorphism/README.md | 4 ++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 31bb487..0721256 100644 --- 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 diff --git a/polymorphism/README.md b/polymorphism/README.md index e4bd7e5..205e49d 100644 --- a/polymorphism/README.md +++ b/polymorphism/README.md @@ -1,4 +1,4 @@ -Polymorphic Life -================ +Polymorphism +============ Each cell can have different state transition rules. -- 2.20.1