X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=README.md;h=31bb487438bc3026ce80bf6e9f76fce19a258cda;hb=7707ff626c4066c181db2d8f301674a3af749e62;hp=55b70e1b98bbd2293f378e2875395eb91ccb2ae2;hpb=885ce6b7705f494e7f5f681668a7bd7cb6753c3c;p=cellular-automata.git diff --git a/README.md b/README.md index 55b70e1..31bb487 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,5 @@ -Games of Life -============= +Cellular Automata +================= - -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 +I started-out wanting to try Conway's Game of Life, but now I'd like to try +other automata rules as well.