X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=README.md;h=072125630d0be9b70abf27e86a6d7bd8f1b45d29;hb=479645750e2782b77b97a06cd8142dcfb8d704dd;hp=b30867adcea97f1765cb9b23eddd8eff496e763e;hpb=e24cd99d9afec5ba100a8389ecae8dc1b105c53a;p=cellular-automata.git diff --git a/README.md b/README.md index b30867a..0721256 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,19 @@ -gols -==== +Cellular Automata +================= -Games of Life \ No newline at end of file +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