diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-07-31 20:51:30 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-07-31 20:51:30 -0700 |
commit | d01d4f0c9faaa45117ae7eef0287c5872746b4d5 (patch) | |
tree | 9c6a6fa733a30ac160f8ebd712fd5120ebe7f2a4 /prototypes | |
parent | 7ad38707add62a7b328768c54b412547bed28448 (diff) | |
download | mu-d01d4f0c9faaa45117ae7eef0287c5872746b4d5.tar.gz |
6696
Diffstat (limited to 'prototypes')
-rw-r--r-- | prototypes/tile/README.md | 13 |
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. |