about summary refs log tree commit diff stats
path: root/life.tlv
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-02-17 20:16:36 -0800
committerKartik K. Agaram <vc@akkartik.com>2022-02-17 20:16:36 -0800
commit9421ea7151fef8dbe95f965a0ab1d3da16914c40 (patch)
treecd4a5ea22d5851236335713701e496eb8b7dd351 /life.tlv
parent0e19efeb2ee2e38054284d633690b54e8eb9b8ce (diff)
downloadteliva-9421ea7151fef8dbe95f965a0ab1d3da16914c40.tar.gz
'doc:blurb': a place to briefly describe an app
This is for what the app does, as opposed to 'doc:main', which is also
intended to include commentary about the internal organization of the
app.
Diffstat (limited to 'life.tlv')
-rw-r--r--life.tlv13
1 files changed, 13 insertions, 0 deletions
diff --git a/life.tlv b/life.tlv
index 245981e..804ae49 100644
--- a/life.tlv
+++ b/life.tlv
@@ -296,3 +296,16 @@
     >    step()
     >  end
     >end
+- __teliva_timestamp:
+    >Thu Feb 17 19:58:19 2022
+  doc:blurb:
+    >Conway's Game of Life
+    >
+    >To get around limitations of text mode we use the braille character set to render 8 cells per character.
+    >
+    >By default it initializes the space with a random state of cells. You can also start it up with .cells files from https://conwaylife.com/wiki, or with a few special names:
+    >  $ src/teliva life.tlv block
+    >  $ src/teliva life.tlv loaf
+    >  $ src/teliva life.tlv blinker
+    >  $ src/teliva life.tlv glider
+    >  $ src/teliva life.tlv pentomino