Help for the Game of Limit


Welcome to the network Limit server. The challenge command is described here. Other commands are the same as for all pbmserv games.

  limit challenge [-size=n] [-manual] userid1 userid2 [userid3]

Starts a new game for two or three players.

The -size option specifies the number of tiles/pawns that each player starts with (default 8).
The -manual option specifies manual piece placement.

Introduction

Limit is a tile-placement game of movement and capture for two or three players.

Rules

Equipment: Two players, Red and Blue, each have eight pawns of their colour and share a common pool of 32 hexagonal tiles. Each tile has either a red, blue, green or black dot; there are eight of each type.

Start: The playing surface is initially empty.

Placement Phase: Red places a tile of their choice in the centre of the playing area, Blue places a tile of a different colour adjacent to it, then players takes turns placing a tile of their choice adjacent to at least two existing tiles, such that no two tiles of the same colour ever touch.

Once all tiles are placed, players then place their pawns on the tiles of their colour.

Movement Phase: Play then alternates with each turn consisting of:
1) moving a pawn, and
2) removing a tile.
Both actions must be performed each move (if possible).

1) Pawn Move: The current player must move a pawn of their colour to any empty tile that can be reached by a series of steps through adjacent empty tiles (i.e. pawns block other pawns). Groups of enemy pawns with no freedom are then captured and removed; a group has freedom if it is adjacent to at least one empty tile.

2) Tile Removal: The current player must then remove a tile of any colour provided that it has at least one free edge. Any subsets of empty tiles isolated by the removal are themselves removed from the game; it is not permitted to isolate tile subsets containing pawns. Enemy pawn groups with no freedom are captured and removed, then friendly pawn groups with no freedom are captured and removed (self-capture is possible).

First Move Equaliser: The opening player cannot capture any pawns on their first move.

Aim: The last player with pawns in play wins. Any move that captures all pawns loses.

Notes

Suicide by pawn move is not possible. Suicide by tile removal is possible and allowed (although not advised).

The requirement that same-coloured tiles never touch ensures that the initial pawn placement will be sparse and fair for both players: all pawns will start with at least one freedom and no pawn groups of size two or more will initially exist.

The requirement that the opening player cannot capture any pawns on their first move reduces the advantage of moving first.

It is generally best to avoid too much thought in the tile placement phase, especially in the early stages. Players should place the tiles as quickly as possible while ensuring that same-coloured tiles do not touch. The use of random placement in computer play is encouraged.

The fact that tile removal is compulsory each turn means that no game will ever last longer than 30 moves once the movement phase is reached, and will generally end much sooner.

Three-Player Version: Limit may be played with a third player (Green). The rules are the same as for the two-player version, except that only the last player to move can capture on the first round and the game is tied if any move captures all pawns.

Three-player games can be viewed using the graphical web interface, however moves in three-player games must be made by email until the web interface is enhanced to support multiplayer games.

Syntax

limit move <game#> <userid> <passwd> r3            Play a red tile at position 3 (placement phase).
limit move <game#> <userid> <passwd> 3-7,4
     Move the tile at position 3 to position 7, remove the tile at position 4 (movement phase)

Test Options

The -must_touch option specifies the minimum number of neighbors that each placement must touch (default 2).
The -free_edges option specifies the minimum number of free edges that a tile must have to be removed (default 2).
The -equaliser option specifies that the first move equaliser is enforced.
The -no_equaliser option specifies that no first move equaliser is enforced.
The -random option specifies that pieces along the winning path need not touch face-to-face.
The -manual option specifies manual piece placement.
The -can_isolate option specifies that players can isolate tile subsets containing pawns following tile removal, provided that those pawns have no freedom and are immediately captured.
The -no_isolate option specifies that players cannot isolate tile subsets containing pawns under any circumstances.
The -move_and_remove option specifies that players in the movement phase must both move a pawn and remove a tile each turn.
The -move_or_remove option specifies that players in the movement phase may move a pawn or remove a tile each turn, but not both.

History

Limit rules copyright Cameron Browne © 2008. Four-colour hexagonal tiling originally suggested by Stephen Tavener.

The name “Limit” embodies the overarching theme of the game, namely to limit the opponent's available territory and freedom.

Limit is an environmentally friendly game, being made almost entirely out of recycled ideas:
- four-colour piece placement (from Chroma),
- pawn movement and freedom-based capture (from Trugo), and
- tile removal and subset disconnection (from Halves).
Like any recipe, the proof is not in the raw ingredients but in their combination!

More details are available at the official Limit page.

Implementation and Help file by Cameron Browne, June 2008.