Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hexagon can't coexist with Start #31

Open
daviddeutsch opened this issue Feb 11, 2021 · 2 comments
Open

Hexagon can't coexist with Start #31

daviddeutsch opened this issue Feb 11, 2021 · 2 comments

Comments

@daviddeutsch
Copy link

Kind of the same issue as thefifthmatt/windmill-client#28 but it actually works with the End marker, just not the Start marker

@aren227
Copy link
Owner

aren227 commented Feb 12, 2021

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.

@daviddeutsch
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants