X-Git-Url: https://git.xandkar.net/?p=cellular-automata.git;a=blobdiff_plain;f=README.md;h=2eeb385b57a51a1bafe54de52e538b2cfd8e8382;hp=31bb487438bc3026ce80bf6e9f76fce19a258cda;hb=HEAD;hpb=254f065b9e49d4960c41978c59fa898ee5924ba3 diff --git a/README.md b/README.md index 31bb487..2eeb385 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] | Coexistence of different transition rules on the same grid | + + +[Life]: life +[Forest Fire]: forest-fire +[Polymorphism]: polymorphism