![]() |
Introduction Ankor is a 3D connection game played with coloured cubes. Rules Two players (O and X) each have 28 cubes of their colour. The board is a triangular grid of triangular holes (six per side), where each hole will snugly hold a cube placed corner-downward. Start: The board is initially empty. O places a cube on the hole of their choice, then X may elect to swap colours in lieu of making the second move (swap option). Play: Players then take turns either: A destination point is valid if it can be reached through a series of connected or adjacent steps through friendly pieces (two pieces are connected if they visibly share a face). The destination point need not be connected to the source point after the move. A cube can only be moved if: If the cube being moved directly supports a column above it, then the cubes in that column will naturally drop down to fill the gap. Aim: The game ends as soon as a player forms a connected path of their colour that touches at least the tip of each board side. For example, the following game has been won by X who has formed an 'x' path between all three board sides (this path only touches a tip of the left side). +---+ Notes Ankor is essentially Akron played with a hexagonal stacking of tilted cubes. Akron was in fact originally designed for the hexagonal grid until phase problems were discovered; the tiled cube stacking solves these problems. The Abstract Games magazine article posted on the official Akron page has more details. It is possible for games to deadlock and not produce a winner, however this is extremely rare. The maximum number of cubes required for a given board size is given by the tetrahedral number Tn = n (n + 1) (n + 2) / 6. Syntax ankor move <game#> <userid> <passwd> d3 Play a cube of your colour at position d3. Test Options If the -win_height option may be used to test various winning conditions. History Ankor rules copyright Cameron Browne © 2008. The name “Ankor” is a reworking of "Akron"... which is more or less what the game is. The Boche board with six holes per side is equivalent to the Foursite 3D board available from IQideas Ltd. More details are available at the official Ankor page. Implementation and Help file by Cameron Browne, May 2008. |