This commit is contained in:
Kartik Agaram 2020-07-31 20:51:30 -07:00
parent 7ad38707ad
commit d01d4f0c9f
1 changed files with 13 additions and 0 deletions

13
prototypes/tile/README.md generated Normal file
View File

@ -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.