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

additional constraint of numberlink/flow free #5

Open
farteryhr opened this issue Sep 9, 2024 · 0 comments
Open

additional constraint of numberlink/flow free #5

farteryhr opened this issue Sep 9, 2024 · 0 comments

Comments

@farteryhr
Copy link

farteryhr commented Sep 9, 2024

afaik, in most of implementations found in the app stores, the puzzles follow the convention:

if two adjacent grid belongs to the same path, they must be directly connected. in other word, if the grids passed by distinct paths are colored accordingly, no 2x2 block of the same color can present.

this adds difficulty on puzzle creators, but more puzzles will be unique solution this way. for example:

1 | ┌ | ─ | ─ | ─ | ┐
│ | │ | ┌ | ─ | ┐ | │
│ | │ | │ | 2 | │ | │
│ | │ | 1 | │ | │ | │
│ | └ | ─ | ┘ | │ | │
└ | ─ | ─ | ─ | ┘ | 2

for reference, other works: https://semiexp.net/games/infinite_numberlink/index.html https://github.com/thomasahle/numberlink

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

1 participant