commit 5d7aad3f3f3ea1836b320d44e234e5a7b5e197d8
parent bba0982cb7b7185f8378a792c5bc138cc9881f18
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date: Thu, 7 Dec 2023 21:05:06 -0800
December Adventure, day 7.
Diffstat:
3 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/content/december-adventure/2023-05/hello.png b/content/december-adventure/2023-05/hello.png
Binary files differ.
diff --git a/content/december-adventure/2023-07/index.md b/content/december-adventure/2023-07/index.md
@@ -0,0 +1,21 @@
+---
+title: "2023, Day 7"
+date: 2023-12-07T20:54:46-08:00
+draft: false
+---
+
+I didn't get to work on my December Adventure yesterday because I had plans in
+the evening. Tonight I stayed in and answerd a challenge from [Devine
+themself](https://wiki.xxiivv.com/site/devine_lu_linvega.html) to handle
+newlines in my text-printing code.
+
+Naturally, it was more work than I guessed it would be, but I managed to hack
+something together. I don't like that my implementation relies on zero page
+memory; I think it would be possible to do this using only the stack, but the
+code I was writing for that approach quickly became unweildy. I was also having
+trouble with a local "caching" implementation, so this will do for now.
+
+![A screen with text that reads: West of House / You are standing in an open
+field west of a white house, with a boarded front door. / There is a small
+mailbox here.](zork.png)
+
+\ No newline at end of file
diff --git a/content/december-adventure/2023-07/zork.png b/content/december-adventure/2023-07/zork.png
Binary files differ.