-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