TheWitness-LockScreen icon indicating copy to clipboard operation
TheWitness-LockScreen copied to clipboard

Hexagon can't coexist with Start

Open daviddeutsch opened this issue 4 years ago • 2 comments

Kind of the same issue as https://github.com/thefifthmatt/windmill-client/issues/28 but it actually works with the End marker, just not the Start marker

daviddeutsch avatar Feb 11 '21 11:02 daviddeutsch

That's because start marker is a rule assigned to the vertex. Hexagon is also a rule can be assigned to the vertex. But the problem is currently each vertex can only have one rule. So they can't coexist.

Maybe I should change the code so that each vertex can have more than one rule.

aren227 avatar Feb 12 '21 17:02 aren227

Yeah, in this case, I think that's justified because it's literally a feature that is used in a puzzle in the game.

daviddeutsch avatar Feb 12 '21 22:02 daviddeutsch