-
p01 Still starting from a random grid. And yeah, I thought about the same thing: start empty and build up (allowing for clearing…somehow). Problem is that the "random" is also deterministic from a given seed, so I'd have to reverse that also somehow. Basically: it hard.