In this puzzle, you must draw arrows according to the following rules:
Here you can find a sample of a Herugolf puzzle, in case I can't explain rules properly.
Interactive version (You can't draw arrows on answer mode as far as i'm aware of, but lines should do the trick).
Solution code: The number of different paths encountered on rows 3, 6 and 8, then column 7 and 10 in that order. Take in account the balls and the holes.
on 26. July 2020, 11:59 by jplank
I've now spent about twice as long trying to enter my solution code as I have taken to solve the puzzle. I've double- and triple-checked my solution. Can anyone tell me - is there some trick to entering this code? Do I need spaces between the values or something?
- Make a hidden comment with your answer, or maybe an image of your solve. The code is really weird, and may need further explanations.
on 13. June 2020, 16:35 by geronimo92
The puzzle was fun but the way to understand solution code really penible
on 3. June 2020, 12:52 by jessica6
- Is it possible for two successive 'strokes' having the same direction (go right then right again)?
- Is it possible for 'strokes' to cross grey cells (landing behind them)?
on 25. May 2020, 23:57 by bob
Puzzle was fun. I don't understand solution code at all (number of arrows? number of squares used? number of distinct paths (some paths cross a given row more than once)? I found a whole book of these from Nikoli, it is great to see them here!
-The solution code requires the amount of dintinc paths seen in each designated rows and columns. -Carrick22
on 25. May 2020, 12:35 by CHalb
I really like this puzzle type, I didn't know it before. Thanks for introducing it here! More would be fine :-) .
on 23. May 2020, 04:30 by cdwg2000
@sf2l
The golf ball can only move orthogonally (diagonal lines are prohibited), and if it encounters a lake and cannot move directly to the lake, it must cross the lake. And the numbers gradually decay. For example, the number 6 must be moved linearly by 6 squares (except directly into the hole), and then choose the direction to move 5 squares again ..., 6-5-4-3-2-1 (one shot can be entered each time Hole).
on 23. May 2020, 03:27 by sf2l
is it possible for the balls to move along the diagonals or not? In the example it does not happen but is this part of the rules?
on 23. May 2020, 01:08 by cdwg2000
This site has a large number of online puzzles of the same type: https://puzz.link/db/?type=herugolf&src=twitter
Of course, you can also choose other types of puzzles under "TYPE".
on 22. May 2020, 23:36 by Carrick22
It appears the solution code was wrong. I'm impressed I didn't see that earlier.
on 22. May 2020, 18:43 by ManuH
Juhu, wenn ich das als langjährige Minigolferin nicht lösen hätte können, wäre ich schwer enttäuscht gewesen. :)
on 22. May 2020, 16:51 by Carrick22
Changed the solution code : both balls and holes are counted.
on 22. May 2020, 16:46 by Puzzle_Maestro
You should clarify whether you take into account holes when counting paths. (it seems natural to discount them as balls are discounted)
on 22. May 2020, 16:39 by Realshaggy
Nice! Another puzzle type that's pretty popular in Japan but I've almost never seen it in the "western" hemisphere. Here is the Nikoli example page:
http://www.nikoli.co.jp/en/puzzles/herugolf.html
-When I look for new puzzletypes, I usually browse through uncommon japanese puzzles to the french websites I know. Also, It gave me many ideas for a bigger puzzle project, but i'll keep that to myself for now.
-Carrick22