Finding the hidden path (new grid puzzle concept?)
Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
I was toying around with grid-based puzzles, and I can up with a format that I'm not sure exists yet, and from my testing leaves only one solution. (If it exists or is broken, please let me know so I can adjust this post.)
I'm calling this a hidden path maze. These are the rules:
- The objective is to draw a path from the entrance of the maze to the exit.
- Every square in the grid is either part of the path, or a wall.
- The numbers indicate how many squares of wall are in a block, including that square. Walls are considered connected into a block if they are orthagonally adjacent
- A dot represents a section of wall that must be included as part of a numbered wall block.
- Walls can only exist as numbered blocks. There can be no walls that are not connected to a numbered block.
- The path may only connect orthogonally adjacent squares.
- The path may not intersect any of the walls in the maze.
- The path will always follow the most direct route to the goal. As such, the path may not run adjacent to itself. (example below)
Here is an example of a solved board:
Using these rules, it should be possible to solve the following boards.
Easy board:
Moderate board:
And if these are popular I'll make some more :)
logical-deduction puzzle-creation grid-deduction mazes
New contributor
add a comment |Â
up vote
3
down vote
favorite
I was toying around with grid-based puzzles, and I can up with a format that I'm not sure exists yet, and from my testing leaves only one solution. (If it exists or is broken, please let me know so I can adjust this post.)
I'm calling this a hidden path maze. These are the rules:
- The objective is to draw a path from the entrance of the maze to the exit.
- Every square in the grid is either part of the path, or a wall.
- The numbers indicate how many squares of wall are in a block, including that square. Walls are considered connected into a block if they are orthagonally adjacent
- A dot represents a section of wall that must be included as part of a numbered wall block.
- Walls can only exist as numbered blocks. There can be no walls that are not connected to a numbered block.
- The path may only connect orthogonally adjacent squares.
- The path may not intersect any of the walls in the maze.
- The path will always follow the most direct route to the goal. As such, the path may not run adjacent to itself. (example below)
Here is an example of a solved board:
Using these rules, it should be possible to solve the following boards.
Easy board:
Moderate board:
And if these are popular I'll make some more :)
logical-deduction puzzle-creation grid-deduction mazes
New contributor
Are all the numbers always given?
â SteveV
1 hour ago
For the current ruleset, every number is provided, because no walls are allowed to be isolated from a numbered block.
â Yessoan
39 mins ago
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I was toying around with grid-based puzzles, and I can up with a format that I'm not sure exists yet, and from my testing leaves only one solution. (If it exists or is broken, please let me know so I can adjust this post.)
I'm calling this a hidden path maze. These are the rules:
- The objective is to draw a path from the entrance of the maze to the exit.
- Every square in the grid is either part of the path, or a wall.
- The numbers indicate how many squares of wall are in a block, including that square. Walls are considered connected into a block if they are orthagonally adjacent
- A dot represents a section of wall that must be included as part of a numbered wall block.
- Walls can only exist as numbered blocks. There can be no walls that are not connected to a numbered block.
- The path may only connect orthogonally adjacent squares.
- The path may not intersect any of the walls in the maze.
- The path will always follow the most direct route to the goal. As such, the path may not run adjacent to itself. (example below)
Here is an example of a solved board:
Using these rules, it should be possible to solve the following boards.
Easy board:
Moderate board:
And if these are popular I'll make some more :)
logical-deduction puzzle-creation grid-deduction mazes
New contributor
I was toying around with grid-based puzzles, and I can up with a format that I'm not sure exists yet, and from my testing leaves only one solution. (If it exists or is broken, please let me know so I can adjust this post.)
I'm calling this a hidden path maze. These are the rules:
- The objective is to draw a path from the entrance of the maze to the exit.
- Every square in the grid is either part of the path, or a wall.
- The numbers indicate how many squares of wall are in a block, including that square. Walls are considered connected into a block if they are orthagonally adjacent
- A dot represents a section of wall that must be included as part of a numbered wall block.
- Walls can only exist as numbered blocks. There can be no walls that are not connected to a numbered block.
- The path may only connect orthogonally adjacent squares.
- The path may not intersect any of the walls in the maze.
- The path will always follow the most direct route to the goal. As such, the path may not run adjacent to itself. (example below)
Here is an example of a solved board:
Using these rules, it should be possible to solve the following boards.
Easy board:
Moderate board:
And if these are popular I'll make some more :)
logical-deduction puzzle-creation grid-deduction mazes
logical-deduction puzzle-creation grid-deduction mazes
New contributor
New contributor
New contributor
asked 1 hour ago
Yessoan
183
183
New contributor
New contributor
Are all the numbers always given?
â SteveV
1 hour ago
For the current ruleset, every number is provided, because no walls are allowed to be isolated from a numbered block.
â Yessoan
39 mins ago
add a comment |Â
Are all the numbers always given?
â SteveV
1 hour ago
For the current ruleset, every number is provided, because no walls are allowed to be isolated from a numbered block.
â Yessoan
39 mins ago
Are all the numbers always given?
â SteveV
1 hour ago
Are all the numbers always given?
â SteveV
1 hour ago
For the current ruleset, every number is provided, because no walls are allowed to be isolated from a numbered block.
â Yessoan
39 mins ago
For the current ruleset, every number is provided, because no walls are allowed to be isolated from a numbered block.
â Yessoan
39 mins ago
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
My solutions.
First
Second
I think the puzzles are fun, for what it's worth!
Thank you very much, I'm glad you liked them. I'm thinking of ways to increase the difficulty beyond just making the board bigger, but I'll also probably make some larger ones too.
â Yessoan
40 mins ago
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
My solutions.
First
Second
I think the puzzles are fun, for what it's worth!
Thank you very much, I'm glad you liked them. I'm thinking of ways to increase the difficulty beyond just making the board bigger, but I'll also probably make some larger ones too.
â Yessoan
40 mins ago
add a comment |Â
up vote
2
down vote
accepted
My solutions.
First
Second
I think the puzzles are fun, for what it's worth!
Thank you very much, I'm glad you liked them. I'm thinking of ways to increase the difficulty beyond just making the board bigger, but I'll also probably make some larger ones too.
â Yessoan
40 mins ago
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
My solutions.
First
Second
I think the puzzles are fun, for what it's worth!
My solutions.
First
Second
I think the puzzles are fun, for what it's worth!
edited 1 hour ago
answered 1 hour ago
SteveV
2,01912
2,01912
Thank you very much, I'm glad you liked them. I'm thinking of ways to increase the difficulty beyond just making the board bigger, but I'll also probably make some larger ones too.
â Yessoan
40 mins ago
add a comment |Â
Thank you very much, I'm glad you liked them. I'm thinking of ways to increase the difficulty beyond just making the board bigger, but I'll also probably make some larger ones too.
â Yessoan
40 mins ago
Thank you very much, I'm glad you liked them. I'm thinking of ways to increase the difficulty beyond just making the board bigger, but I'll also probably make some larger ones too.
â Yessoan
40 mins ago
Thank you very much, I'm glad you liked them. I'm thinking of ways to increase the difficulty beyond just making the board bigger, but I'll also probably make some larger ones too.
â Yessoan
40 mins ago
add a comment |Â
Yessoan is a new contributor. Be nice, and check out our Code of Conduct.
Yessoan is a new contributor. Be nice, and check out our Code of Conduct.
Yessoan is a new contributor. Be nice, and check out our Code of Conduct.
Yessoan is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f72796%2ffinding-the-hidden-path-new-grid-puzzle-concept%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Are all the numbers always given?
â SteveV
1 hour ago
For the current ruleset, every number is provided, because no walls are allowed to be isolated from a numbered block.
â Yessoan
39 mins ago