1 hour ago · 10 min read2000 words · Tech · hide · 0 comments

Hello, loves! The recent refactoring around Layout and Cell gave me a very appealing idea. Let’s discuss and quite likely try it. “What kind of person wears Louboutins into a dungeon anyway?” In the Procreate app on my iPad, I have, amid all my attempts at drawing, a multi-page file of diagrams and scribbles about the dungeon program. Last night I was thinking, and I scrawled out a couple of pages: In the unlikely event that those entirely professional and crisp pictures don’t tell the complete story with unparalleled clarity, here’s the gist: In my past thinking, I’ve envisioned the Cells as a 2D array, with each cell directly connected to its neighbors. The memory structure is not linked, but the code that supports the layout and cells is based on the notion that given a cell you can get to its neighboring cells easily. The current way … As we’ve seen in the past couple of days, the upshot of that is that when Dot tries to move to an adjacent cell, we execute some formerly quite…

No comments yet. Log in to reply on the Fediverse. Comments will appear here.