IQISHIQI
Copyright (c) 2003 João Pedro Neto
The game starts at following hexagonal board (the central stone is called the neutral stone). There are also enough one color stones off board.
- GROUP - One or more connected stones of the same color.
- EDGES - Each player owns three non adjacent board edges. Let's denote North (South) the player which owns the north (south) edge.
- MOVE - On each turn, a player drops one stone on an empty cell, provided:
- The dropped stone becomes part of a group of N >=1 stones where at least one of its stones is in a line of sight with the neutral stone, with at least N empty cells beyond it.
- Then, the neutral stone moves N cells away from the stone mentioned (the player may choose, if there is more than one direction)
- GOAL - A player who cannot make a legal move on his turn loses, otherwise a player wins if the stone reaches one of his edges.
- If the stone reaches a corner, the player that just moved wins.
An example If the player drops at the green cell he wins the game by moving the neutral stone to one of his edges (assuming that the player owns that edge).
That dropped stone will belong to a group of 4 stones, and so, the player may push the neutral stone four cells west, away from one of the group stones.
Instead, he cannot drop at the red cells, because in that case, the neutral stone would need to slide exactly 5 cells and there is not enough space to do that.
Stalemating the adversary South dropped the marked stone, stalemating North and winning.
Winning a fast game North dropped the marked stone and wins the game(!). South cannot do anything to stop the neutral ball reaching the SW edge.
A winning path South drops the marked stone. Now all the next moves, moving the neutral ball from [1] to [4] are the only possible ones (can you find where the players must drop their stones), giving a victory to South!!
The last three examples where taken from actual games.
§
Weituweiqi is 2005 variant based on asymmetrical roles, one player tries to encircle (the Blocker), the other tries to escape to the board edge (the Escaper). The Escaper has a much easier role, so there is an auction phase where player drops stones until one player decides to be the Blocker. Then, the other player, the Escaper, moves.
During the auction phase:
- the placements must move the ball
- if a player moves the ball to the edge, he immediately loses the game
- if a player stalemates the position, he also loses (the adversary just announces he will be the Blocker)
Here's the auction phase of a sample match:
abcdefghijklmnopqrstu
. x . . . . 1. c6 q6
x x . . x x . 2. r7 d7
. . . . . . . . 3. g2 q8
. . . . . x . . . 4. e8n h1
. . . . . . . . . . 5. o2 k8
. x . . . . . . x . . 6. j9 e2
. x . . . . . . x . 7. m2 m4
. x . . x . . x . 8.
. . : x . . . . 9.
. O . . . . . 10.
. . . . . . 11.
abcdefghijklmnopqrstuThe last player moved the ball to g10, since he feels the auction is ending, and he placed a stone where the adversary will not dare to start as Blocker.
Auction: c6,s6, p1,n1, g10,e4, f9,g2, p11,s4,
q10,h11e, n7,t7w, h1,r9w, j1nw,c4 J takesabcdefghijklmnopqrstu
. x . . x x 1
. x . . . . . 2
. . . . . . . . 3
x x . . . . . . x 4
. . . . . . . . . . 5
. x . . . . . . . x . 6
. . O . . . . . . x 7
. . . . . . . . . 8
. x . . . . . x 9
. x . . . . x 10
. x x . x x 11
abcdefghijklmnopqrstuBill played g6 and wins.
If João moves d8, he loses after h7
moves c8, he loses after e8!