From 885ce6b7705f494e7f5f681668a7bd7cb6753c3c Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Mon, 23 Jul 2012 20:27:17 -0400 Subject: [PATCH] Updated global README. --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) 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 -- 2.20.1