diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-22 09:06:21 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-22 09:06:21 -0800 |
commit | 50008ed4381016f35054ae62cb1b9bbafeeb0a94 (patch) | |
tree | 3ba4830d9d96a1165a262c0df3353b9cc0300788 | |
parent | b37cbc9ea40a31e0721c873472b68f3d04cbe6af (diff) | |
download | teliva-50008ed4381016f35054ae62cb1b9bbafeeb0a94.tar.gz |
showcase other apps in the Readme
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md index e79db72..1517ddd 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,23 @@ a say in its future direction. Teliva is the Tamil root for ‘clear’. Very much aspirational. +## Other apps to try out + +* Conway's Game of Life, as an example of an animated local app. + ``` + src/teliva life.tlv + ``` + + [video](https://merveilles.town/@akkartik/107277755421024772) + +* A viewer for [LiChess TV](https://lichess.org/tv), as an example of + animation and accessing a remote API over a network. + ``` + src/teliva chesstv.tlv + ``` + + [video](https://merveilles.town/@akkartik/107319684018301051) + ## Feedback [Here.](http://akkartik.name/contact) |