about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--prototypes/tile/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/prototypes/tile/README.md b/prototypes/tile/README.md
new file mode 100644
index 00000000..2fbe3b6c
--- /dev/null
+++ b/prototypes/tile/README.md
@@ -0,0 +1,13 @@
+# Drawing tiles on screen
+
+This directory contains a series of prototypes. For more details on the
+organization of this directory and building, see [the parent directory](..).
+
+Once you've followed the instructions for building a prototype, run most of
+them like this:
+
+```
+$ ./a.elf
+```
+
+See the code of individual prototypes for further instructions.