Updated global README.
authorSiraaj Khandkar <siraaj@khandkar.net>
Tue, 24 Jul 2012 00:27:17 +0000 (20:27 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Tue, 24 Jul 2012 00:27:17 +0000 (20:27 -0400)
README.md

index b30867a..55b70e1 100644 (file)
--- 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
This page took 0.034133 seconds and 4 git commands to generate.