From 7c9e3d0b36ff9e00e94ea6422580f53efe6a48d4 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Tue, 11 Feb 2014 14:23:39 +0100 Subject: Add link to game of life for mate light --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 0644a05..173d5f0 100644 --- a/README.rst +++ b/README.rst @@ -34,10 +34,12 @@ Related Projects * `Webcam streaming on Mate Light`_ * `A game programming framework for Mate Light`_ * `Snake for Mate Light`_ + * `Game of Life for Mate Light`_ .. _`A Python script that plays gifs over CRAP`: https://github.com/uwekamper/matelight-gifplayer .. _`An HTML5 CRAP emulator`: https://github.com/sodoku/matelightemu/blob/master/app.js .. _`Webcam streaming on Mate Light`: https://github.com/c-base/matetv .. _`A game programming framework for Mate Light`: https://github.com/c-base/pymlgame .. _`Snake for Mate Light`: https://github.com/c-base/pymlsnake +.. _`Game of Life for Mate Light`: https://github.com/igorw/conway-php#mate-light -- cgit