StrmCkr wrote:A new piece for you to play with
Sin bad the sailor moves in an arc path
Up down left or right
- Code: Select all
x
.x
x
All xs must be clear to make the move.
Sinbads path starts and end at home as all his advetures cover the 7 seas but he retuns home. For all of them
From a chess piece point of view, you are describing a
stepper which moves from start square in a pre-defined single steps without jumping. It therefore requires a pass-through space along the path to destination. The
Mao is a famous such stepper that moves by moving one orthogonal space followed by one diagonal space (in that sequence) achieving ultimately what the Knight chess piece can achieve in a single jump. If there is an obstacle in that orthogonal space then the Mao can't move as it doesn't jump.
Your chess piece moves one space diagonally followed by another diagonal move to achieve what the Dabbaba chess piece would achieve in a single jump which is to reach 2 spaces orthogonally away.
I'll create this chess piece & will call it Sinbad as you suggested!
I was working on hexagonal which has many arc moves without moving diagonally but that is another story!
I'll post something when it's ready!
tarek