Help For the Game Of Forms

Introduction

Welcome to the network Forms server. The challenge command is described here, and the move syntax is described below. Other commands are the same for all pbmserv games.

    forms challenge [-size=number] userid1 userid2

Starts a new game between userid1 and userid2.

The -size parameter sets the board size. This must be an even number in the range 2..16 (default is 8).

Rules

Copyright (c) May 2007 by Steven W. Meyers.

Forms can be played on any size square or rectangular grid which has an even number of rows, an even number of columns, or both. Initially, one entire side of the board is filled with black stones and the opposite side with an equal number of white stones, all forming one interconnected group, as shown in Figure 1. Each player takes ownership of one entire set of like-colored, on-board stones. Draws and ties cannot occur in Forms. Steven W. Meyers designed forms in May, 2007.
O O O O O O
O O O O O O
O O O O O O
# # # # # #
# # # # # #
# # # # # #
Figure 1 - Initial Setup
# = Black
O = White

Terminology

A "connection" here is a horizontal or vertical adjacency between two stones. A "group" here is either a singleton (a single stone not connected to any other stones) or a set of two or more stones of either or both colors, each stone in the group being connected to at least one other stone in the group. A group includes all of the stones which are connected to it, and so is never a subset of a larger group.

Moves

Players take turns making moves, one move per turn. A move consists of three parts. First you select one of your stones. Then you use said selected stone to capture by replacement any enemy stone. Finally you remove all stones from the board which are not part of the group which now includes said selected stone. Figures 2a through 2c show one complete move for Black. Each player will always have a move available and must make one on his turn.
O # O O O O
. . # . O O
O O . # . O
# # # + O #
# . . O . .
. O # # # #
Figure 2a
# = Black
O = White
+ = Black's selected stone.
O # O O O +
. . # . O O
O O . # . O
# # # . O #
# . . O . .
. O # # # #
Figure 2b
# = Black
O = White
+ = Black captures white stone.
O # O O O +
. . # . O O
. . . . . O
. . . . O #
. . . . . .
. . . . . .
Figure 2c
# = Black
O = White
Black removes all stones not part of selected stone's group.

Object of the Game

When all of your stones have been removed from the board, you win.

Syntax

O moves first. The move syntax is:

    A1-B2      Move the piece at A1 to B2.

History

Forms was invented by Steven Meyers in 2007.

Forms is a game system comprising many variants, some of which involve non-capturing moves as well as capturing moves. The variant implemented here has the simplest rules of any variant thus far.

Implementation by Cameron Browne, July 2007. Help file by Steven Meyers.