From fecc48518bdaa678c484f9c1979b39d44b5be4b6 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Sat, 11 Feb 2023 14:57:22 -0500 Subject: [PATCH] lovebyte2023: some minor updates --- demos/lovebyte2023/pied_64/README | 10 ++++++++++ demos/lovebyte2023/pied_64/pied57.s | 2 +- demos/lovebyte2023/tinyhgr_8/README | 3 ++- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 demos/lovebyte2023/pied_64/README 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 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=