X-Git-Url: https://git.xandkar.net/?p=cellular-automata.git;a=blobdiff_plain;f=README.md;h=2eeb385b57a51a1bafe54de52e538b2cfd8e8382;hp=55b70e1b98bbd2293f378e2875395eb91ccb2ae2;hb=HEAD;hpb=885ce6b7705f494e7f5f681668a7bd7cb6753c3c diff --git a/README.md b/README.md index 55b70e1..2eeb385 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,19 @@ -Games of Life -============= +Cellular Automata +================= - -Description ------------ -I want to try several different approaches to implementing Conway's Game of -Life. It shall be recorded in this repo. - -Each of the implementations (living in sequentially numbered directories) shall -have its own README file, documenting the approach taken. +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 ------- -* __ID:__ 001, - __Language:__ Erlang, - __Approach:__ each cell is a gen_server process +| 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