There is a board game. The rules are like below:
Consider there's a battle between green and red like above. If the Red side starts first, how many moves does Red side have to make in order to catch the Green side's piece, given that the Green side tries her best to delay the capture ?
The pieces are limited to the shown board, and the edge of the board is also a valid position to occupy.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Name each column as 1 , 2 , 3 , ⋯ , 9 from the left and name each row as A , B , C , ⋯ , J from above.
Then the correct moves are as follows:
G 7 → G 8
(cannot move)
G 8 → G 9
(cannot move)
G 6 → F 6
F 5 → F 8
F 6 → E 6 ← Personally, I think this is the hardest part.
(cannot move)
G 9 → F 9
(cannot move)
F 9 → F 8
The answer is 6 .
This board game's Green side uses the "Cannon" and Red side uses the "Soldier" from the Korean chess named Janggi , which comes from the Chinese chess named Xiangqi.