From c7b4ad308d1385b800f93b38e9747c8debc6dcf3 Mon Sep 17 00:00:00 2001 From: Uwe Kamper Date: Mon, 28 Dec 2015 16:02:38 +0100 Subject: added 32c3 conways game of life --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 63f39ac..2ea5af7 100644 --- a/README.rst +++ b/README.rst @@ -45,6 +45,8 @@ Related Projects * `Movie Streaming and Live 3D Raytracing for Mate-Light in Javascript`_ * `An audio spectrum analyzer`_ * `A Unity 3D backend`_ +* `Advanced Conway's Game of Life`_ + As featured on… --------------- @@ -66,3 +68,4 @@ As featured on… .. _`Movie Streaming and Live 3D Raytracing for Mate-Light in Javascript`: https://github.com/MichaelKreil/matelight-playground .. _`An audio spectrum analyzer`: https://github.com/c-base/mlaudiospectrum .. _`A Unity 3D backend`: http://firepunchd.tumblr.com/post/123631124063/every-pixel-is-sacred-on-a-40x16-display-you-have +.. _`Advanced Conway's Game of Life`: https://github.com/jaseg/matelight/blob/master/README.rst -- cgit