From de1c5b04cabc6a14a1dd6d2268eab70bbc857326 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Tue, 21 Jun 2011 00:02:43 -0700 Subject: [PATCH] README --- README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..843f68d --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +Dan Ballard +2011 + +This is an implementaion of Conway's Game of Life in Javascript and HTML canvas. + +It was fun and javascript is felxible and I was able to quickly write this in the spare time of a day or two. + +Check out the rainbow age color effect, it's fun and probably the most novel feature.