Jun 11, 2015

CRUNCHING QUAX

23* moves

A line of stones may move in its own direction any number of spaces
up to its own length.  Any friendly stones encountered during
the move halt the movement.  Any same-direction line of opponent
stones encountered have the nearest stones killed by replacement,
the maximum number to be killed being the difference of the two
lengths, with the move stopping only after a maximum such kill
or before the first blank after any kill.

: A turn consists of
: EITHER   the placement of three NON-LINEAR stones on empty cells,
: OR        of one move of the above type, followed by a placement.

Whoever first makes a path joining three non-adjacent sides, wins.

|   abcdefghijklmnopqrstu    
|        . . . . . o         1
|       . . . . . o .        2
|      . . . . o o . .       3
|     . o . . . o o . .      4
|    . . o . x x x . . .     5
|   o o o o x x x x . . .    6
|    . . . x x x . . . .     7
|     . . o x . . . . .      8
|      . . . x . . . .       9
|       x . . . . . .       10
|        . . . . . .        11
|   abcdefghijklmnopqrstu   12

   ___ooo___       ___xxx___
1. ..  e6  n3      h7  k6  n5
2. m4  j5  g6      i6  l5  l7
3. c6  f5  o2      j7  m6  p5
4. f5:h7   g8      p5:j5   k4
5. p1  o4  e8      k4:h7   i8
6. e8:i8   f5      l5:i8   l5
7. l3  e4  a6      o6  j9  e10
8. resign

1 comment:

Anonymous said...

Hi, that sounds interesting, but it seems to me these rules allow cycles to appear (if I understood correctly): e.g., with a line of two black stones touching a line of three white stones at angle 60°, Black can move their line by one cell, killing the white stone in front, then drop a black stone where the first stone of line was lying before moving; after what White can perform a similar move and go back to the initial board! -- Eob