www.eamoncaddigan.net

Content and configuration for https://www.eamoncaddigan.net
git clone https://git.eamoncaddigan.net/www.eamoncaddigan.net.git
Log | Files | Refs | Submodules | README

index.md (897B)


      1 ---
      2 title: "2023, Day 7"
      3 date: 2023-12-07T20:54:46-08:00
      4 draft: false
      5 ---
      6 
      7 I didn't get to work on my December Adventure yesterday because I had plans in
      8 the evening. Tonight I stayed in and answerd a challenge from  [Devine
      9 themself](https://wiki.xxiivv.com/site/devine_lu_linvega.html) to handle
     10 newlines in my text-printing code.
     11 
     12 Naturally, it was more work than I guessed it would be, but I managed to hack
     13 something together. I don't like that my implementation relies on zero page
     14 memory; I think it would be possible to do this using only the stack, but the
     15 code I was writing for that approach quickly became unweildy. I was also having
     16 trouble with a local "caching" implementation, so this will do for now.
     17 
     18 ![A screen with text that reads: West of House / You are standing in an open
     19 field west of a white house, with a boarded front door. / There is a small
     20 mailbox here.](zork.png)
     21