content

no signal stream 177:

Right now in the game, each pair of circuits which solve the puzzle are in different rooms, but I have this problem where each power source is not shared with any of the circuits.

150  200  250  300  350
││├───┘├─────────────┘
││A    B   │    │
│├─────────┘    │
│C              │
├───────────────┘
D

I also think it's going to be hard to explain that shared power sources are not double counted, so I think I should make them all separate. The new power source values should then be:

  • A: 100, 150
  • B: 200, 250
  • C: 350, 100
  • D: 150, 100

Tanuki:

TODO:

Part Two:

Part Three:

meta

created:

backlinks: 20250304173319 no signal logs

commit: b4507c53