X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=README.md;fp=README.md;h=55b70e1b98bbd2293f378e2875395eb91ccb2ae2;hb=885ce6b7705f494e7f5f681668a7bd7cb6753c3c;hp=b30867adcea97f1765cb9b23eddd8eff496e763e;hpb=81dbcc6e73c3bf9eba9f237b3db1d7a9de658ee0;p=cellular-automata.git diff --git a/README.md b/README.md index b30867a..55b70e1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,18 @@ -gols -==== +Games of Life +============= -Games of Life \ No newline at end of file + +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