about summary refs log tree commit diff stats
path: root/hest-life.mu
diff options
context:
space:
mode:
Diffstat (limited to 'hest-life.mu')
-rw-r--r--hest-life.mu10
1 files changed, 9 insertions, 1 deletions
diff --git a/hest-life.mu b/hest-life.mu
index 2cefd9bf..e2e4ca64 100644
--- a/hest-life.mu
+++ b/hest-life.mu
@@ -3,7 +3,7 @@
 #   https://ivanish.ca/hest-podcast
 #
 # To build:
-#   $ ./translate life.mu
+#   $ ./translate hest-life.mu
 # I run it on my 2.5GHz Linux laptop like this:
 #   $ qemu-system-i386 -enable-kvm code.img
 #
@@ -11,6 +11,14 @@
 # in the function `linger` at the bottom. Its value will depend on how you
 # accelerate Qemu. Mu will eventually get a clock to obviate the need for this
 # tuning.
+#
+# Keyboard shortcuts:
+#   space: pause/resume
+#   0: restart time
+#   l: start looping from 0 to curren time
+#   L: stop looping
+#   +: zoom in
+#   -: zoom out
 
 fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) {
   var env-storage: environment