X-Git-Url: https://git.xandkar.net/?p=cellular-automata.git;a=blobdiff_plain;f=README.md;h=072125630d0be9b70abf27e86a6d7bd8f1b45d29;hp=31bb487438bc3026ce80bf6e9f76fce19a258cda;hb=b91b5d786c3b94b51ccc8e1866c265eb58a86d53;hpb=8526e3e1220a86ff1d6fee238123611f89a4f242 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