link to appendix a

This commit is contained in:
sejo 2021-09-15 12:49:27 -05:00
parent 5138224b8b
commit 96b39462b8
1 changed files with 9 additions and 0 deletions

View File

@ -73,6 +73,15 @@ besides using previous strategies and snippets of code, we cover strategies for
coming soon!
# appendix a
in this appendix we generalize the background drawing procedure discussed on day 6, into a draw-tiles subroutine that draws an arbitrary rectangle filled with a given tile.
we detail how to get to two versions of this subroutine, one that relies on heavy stack wrangling, and other one that uses variables. this in order to compare both approaches and give us a broader view of the possibilities within uxntal.
=> ./uxn_tutorial_appendix_a.gmi {uxn tutorial appendix a}
# external resources
=> https://wiki.xxiivv.com/site/uxn.html uxn technical documentation