From: Siraaj Khandkar Date: Tue, 24 Jul 2012 00:27:17 +0000 (-0400) Subject: Updated global README. X-Git-Url: https://git.xandkar.net/?a=commitdiff_plain;ds=sidebyside;h=885ce6b7705f494e7f5f681668a7bd7cb6753c3c;p=cellular-automata.git Updated global README. --- 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