X-Git-Url: https://git.xandkar.net/?p=cellular-automata.git;a=blobdiff_plain;f=README.md;h=31bb487438bc3026ce80bf6e9f76fce19a258cda;hp=652105d8c04e460ce7c685fa1a1ae1224c590420;hb=7c363dd8bc75151674c4f85f3cef61ded8b4655a;hpb=005a54940e35f8b764d9286f72c8418f6ccfe537 diff --git a/README.md b/README.md index 652105d..31bb487 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,5 @@ -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. - - -Summary -------- -* __ID:__ 001, - __Language:__ Erlang, - __Approach:__ Each cell is a gen_server process -* __ID:__ 002, - __Language:__ OCaml, - __Approach:__ Traditional matrix -* __ID:__ 003, - __Language:__ Erlang, - __Approach:__ Traditional matrix as nested [array()] - - -[array()]: http://www.erlang.org/doc/man/array.html "Which is not actually an array, but an integer-keyed tree." \ No newline at end of file +I started-out wanting to try Conway's Game of Life, but now I'd like to try +other automata rules as well.