diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -29,8 +29,15 @@ There is at least one further server implementation of CRAP in the form of an `H Related Projects ---------------- -There is `a Python script that plays gifs over CRAP`_ and an `HTML5 CRAP emulator`_. - -.. _`a Python script that plays gifs over CRAP`: https://github.com/uwekamper/matelight-gifplayer -.. _`HTML5 CRAP emulator`: https://github.com/sodoku/matelightemu/blob/master/app.js + * `A Python script that plays gifs over CRAP`_ + * `An HTML5 CRAP emulator`_ + * `Webcam streaming on Mate Light`_ + * `A game programming framework for Mate Light`_ + * `Snake 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 |