Help for the Game of Superbo


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

  superbo challenge [-num_tiles=number] [-single|-anywhere|-adjacent_pair] [-both_colours|-any_colour]
                   
[-kill-own|-kill_enemy|-kill_eye] [-kill_size=number] userid1 userid2


starts a new game for two players.

The -num_tiles parameter specifies the number of each of the four tile types (default 32).
The -single option specifies that only one tile is played per turn.
The -anywhere option specifies that the two tiles placed each turn need not form an adjacent group.
The -adjacent_pair option specifies that the two tiles placed each turn must themselves be adjacent.
The -both_colours option specifies that tiles placed each turn must include both colours.
The -any_colour option specifies that tiles placed each turn need not include both colours.
The -kill_own option specifies a win by closing a group of your own colour.
The -kill_enemy option specifies a win by closing an enemy group.
The -kill_eye option specifies a win by closing a group of your colour with at least one eye.
The -kill_size parameter specifies the minuimum group size for a win (counting bridges).

Most of the hidden Mambo options are also available.

Introduction

Superbo is a tile-placement game in which players strive to form closed groups of their colour.

Note: The game is much easier to see using the graphical web interface than the ASCII email version!

Rules

Two players, O and X, share a common pool of tiles, where each tile face has a coloured bridge between two corners and a coloured tip on a third corner as follows:

         .--oo          .--xx          .--oo
x oo\ / xx / ooo \
xxx oo ) oooo ) oooo ) O bridge with X tip (Ox) Mambo tile
x oo/ \ ooo / \ xx
`--oo `--oo `--xx .--xx .--oo .--xx
o xx\ / oo / xxx \
ooo xx ) xxxx ) xxxx ) X bridge with O tip (Xo) Mambo tile
o xx/ \ xxx / \ oo
`--xx `--xx `--oo .--oo .--oo .--oo
o oo\ / oo / ooo \
ooo oo ) oooo ) oooo ) O bridge with O tip (Oo) Lambo tile
o oo/ \ ooo / \ oo
`--oo `--oo `--oo .--xx .--xx .--xx
x xx\ / xx / xxx \
xxx xx ) xxxx ) xxxx ) X bridge with X tip (Xx) Lambo tile
x xx/ \ xxx / \ xx
`--xx `--xx `--xx

The Ox and Oo designs are painted front and back on the same tiles, as are the Xo and Xx designs (i.e. each tile has bridges of the same colour but tips of opposed colour on the front and back). There are 32 tiles of each type for a total of 64 tiles.

Start: The game starts with a single Ox tile in the middle of the playing area.

Play: O places a single tile adjacent to the starting tile such that edge colours match, then players take turns placing two tiles per turn adjacent to at least one existing tile such that edge colours match.

Auto Moves: Any space enclosed by three corners of mixed colour constitutes an automatic move as only one possible tile in one possible orientation will match those three colours. Players must automatically complete any such moves created by their tile placement (there may be several).

                    .--xx                      .--xx    
o xx\ o xx\
.--oooo xx ) .--oooo xx )
x ooo xx/ x ooo xx/
xxx oo .--xx xxx oo . xx
x oo/ x oo xx
) oo ----> ) ooooo )
/ oo / oo ooo /
xxxx `--oo xxxx . oo
\ xxx x oo\ \ xxx x oo\
`--xxxx oo ) `--xxxx oo )
x oo/ x oo/
`--oo `--oo

The moves made each turn, including auto moves, must form an adjacent group (i.e. not separated) and must contain the colours of both players.

Aim: The game is won by the player who forms a closed group of their colour containing at least one eye (closed white region). Only one tile of any colour(s) need be played if that tile wins the game for either player.

For example, the following figure shows a game won by O who has closed an 'o' group containing an eye.

                        .--xx
/ xxx \
xxxx `--xx
\ oo xx
) ooooo `--oo
o oo ooo o oo\
ooo oo . oooo oo )
o oo ooo o oo/
) ooooo .--oo
x oo xx
xxx oo . xx
x ooo xx\
) oooo xx )
/ oo xx/
oooo .--xx
\ ooo /
`--oo

If a move forms winning groups for both players, then the mover loses. If the tiles run out before either player wins then the game is won by the player with the largest group (counting bridges) otherwise it is draws.

Syntax

The move syntax is:

  superbo move board# userid password a1
  superbo move board# userid password a1,j12

History

Mambo/Lambo/Superbo tiles and Superbo rules by Cameron Browne and copyright (c) Cyberite Ltd, 2008.

The name Superbo refers to the fact that this is a Supergame combining Mambo with Lambo. As well as combining the tiles of these two games, it features the auto moves of Mambo without the null points, and the double move mechanism of Lambo.

Please see the official Superbo page for further details: http://www.cameronius.com/games/superbo/

Implementation and Help file by Cameron Browne, November 2008.