X-Git-Url: https://git.xandkar.net/?p=cellular-automata.git;a=blobdiff_plain;f=life%2FREADME.md;h=efd3360bd589623cc7c734cfbc56881e0d8d925f;hp=bc3036059f55f9101f3a3e52421c4611b51788a5;hb=e3da0a3badadad9253186c5e8756247b298c6cac;hpb=254f065b9e49d4960c41978c59fa898ee5924ba3 diff --git a/life/README.md b/life/README.md index bc30360..efd3360 100644 --- a/life/README.md +++ b/life/README.md @@ -4,8 +4,8 @@ Games of Life Description ----------- -I want to try several different approaches to implementing Conway's Game of -Life. It shall be recorded in this repo. +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 (eventually) have its own README file, documenting the approach taken. @@ -32,3 +32,4 @@ Summary [array()]: http://www.erlang.org/doc/man/array.html "Which is not actually an array, but an integer-keyed tree." [gen_server]: http://www.erlang.org/doc/man/gen_server.html +[Conway's Game of Life]: http://en.wikipedia.org/wiki/Conways_Game_of_Life