Skip to content

additional constraint of numberlink/flow free #5

Open
@farteryhr

Description

@farteryhr

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions