1 hour ago · 6 min read1170 words · Tech · hide · 0 comments

Hello, loves! The DungeonViewMaker seems to me not to be quite the thing. Let’s do better. Tout le monde déteste l’IA. We have no cable today. That means no TV, no Internet, and no music! The latter bothers me most, because I listen to Breakfast with the Beatles during morning programming. There is probably native music on my computer somewhere but if I can’t cast to the HomePod, it sounds like a tin-can telephone. I’ll proceed without the moral support. I feel that there is something not quite right about the KeyPress, KeyedSpriteList, DungeonViewMaker, DungeonView, BuildStepper setup. We’ll look at the code. My initial sense, based on whatever I may have been thinking yesterday, is that part of the issue is in DungeonViewMaker: class DungeonViewMaker: def __init__(self, dungeon): self.setup_assets() self.dungeon = dungeon self.pub_sub = dungeon.pub_sub self.keyed_sprites = KeyedSpriteList(arcade.SpriteList()) self.setup() @property def view(self): return DungeonView(self.dungeon,…

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