about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-31 20:51:30 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-31 20:51:30 -0700
commitd01d4f0c9faaa45117ae7eef0287c5872746b4d5 (patch)
tree9c6a6fa733a30ac160f8ebd712fd5120ebe7f2a4
parent7ad38707add62a7b328768c54b412547bed28448 (diff)
downloadmu-d01d4f0c9faaa45117ae7eef0287c5872746b4d5.tar.gz
6696
-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.