Hiroimono

Otis

Elite Member
Joined
Apr 22, 2015
Messages
4,414
Hiroimono is a traditional Japanese puzzle. The name means “picking something up.” Beginning with the black stone marked 1, you must pick up all of the white stones. The conditions:

You may move horizontally or vertically only.
When you reach a stone, you must pick it up.
You may change direction only when picking up a stone.
You may not reverse direction.

#1
Hiro1blank.gif

To report your path, you may number the stones as you pick them up and post using code tags, as shown in this random example:

Code:
        10  11
01  02  09  08
    03  06  07
    
13          12    
    04  05

?
 
To report your path...


?

People could try with this javascript version of the puzzle #1
Click on the stones (buttons with letters) to collect them. There's no error checking so please be honest!
Press the "Run" button at the top left to reset the puzzle.
 
Here's javascript versions of puzzle#2 and puzzle#3

Code:
. A B . 1
C . D . .
E F . . G
. . . H .
. K L M N
Order:- 1, B, A, F, K, L, D, C, E, G, N, M, H
 
Cubist got the first one. I think they're fun; there are strategies to learn.

Code:
.. 03 02 .. 01
08 .. 07 .. ..
09 04 .. .. 10
.. .. .. 13 ..
.. 05 06 12 11
Hiro2.gif
Hiro3.PNG

Here are some more, with the added challenge of choosing the black stone. :)

Hiro4.gif

[imath]\;[/imath]
 
Top