diff --git a/demos/lovebyte2023/pied_64/README b/demos/lovebyte2023/pied_64/README new file mode 100644 index 00000000..8f2463ea --- /dev/null +++ b/demos/lovebyte2023/pied_64/README @@ -0,0 +1,10 @@ +64-byte Lo-res Apple II intro for Lovebyte 2023 + +Scrolling boxes have been done to death, however in this +case there's a border around them which looks nice and +almost gives the illusion of more colors than are +actually there. + +I was working on parallax scrolling when I made this +accidentally. + diff --git a/demos/lovebyte2023/pied_64/pied57.s b/demos/lovebyte2023/pied_64/pied57.s index 39ec9070..335f20f1 100644 --- a/demos/lovebyte2023/pied_64/pied57.s +++ b/demos/lovebyte2023/pied_64/pied57.s @@ -1,4 +1,4 @@ -; scrolling boxes (62 bytes) +; scrolling boxes (57 bytes) ; by deater (Vince Weaver) diff --git a/demos/lovebyte2023/tinyhgr_8/README b/demos/lovebyte2023/tinyhgr_8/README index df8c7a63..b7694ecc 100644 --- a/demos/lovebyte2023/tinyhgr_8/README +++ b/demos/lovebyte2023/tinyhgr_8/README @@ -11,7 +11,8 @@ TLDR: I wrote an Apple II graphics demo that's only 8 bytes of 6502 assembly language - LINK + LINK: + https://youtu.be/8QYezzXC9PA =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=