Copyright (c) 1980 Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that the above copyright notice and this paragraph are
duplicated in all such forms and that any documentation,
advertising materials, and other materials related to such
distribution and use acknowledge that the software was developed
by the University of California, Berkeley. The name of the
University may not be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

@(#)backgammon.6 6.4 (Berkeley) 07/09/88

BACKGAMMON 6 ""
C 5
NAME
backgammon - the game of backgammon
SYNOPSIS
backgammon [ - ] [ n r w b pr pw pb t\c term s\c file ]
DESCRIPTION
This program lets you play backgammon against the computer or against a "friend". All commands only are one letter, so you don't need to type a carriage return, except at the end of a move. The program is mostly self documenting, so that a question mark (?) will usually get some help. If you answer `y' when the program asks if you want the rules, you will get text explaining the rules of the game, some hints on strategy, instruction on how to use the program, and a tutorial consisting of a practice game against the computer. A description of how to use the program can be obtained by answering `y' when it asks if you want instructions.

The possible arguments for backgammon (most are unnecessary but some are very convenient) consist of:

8 n don't ask for rules or instructions

8 r player is red (implies n)

8 w player is white (implies n)

8 b two players, red and white (implies n)

8 pr print the board before red's turn

8 pw print the board before white's turn

8 pb print the board before both player's turn

8 t\fiterm terminal is type term , uses /etc/termcap

8 s\fifile recover previously saved game from file . (This can also be done by executing the saved file, i.e., typing its name in as a command)

Arguments may be optionally preceded by a `-'. Several arguments may be concatenated together, but not after `s' or `t' arguments, since they can be followed by an arbitrary string. Any unrecognized arguments are ignored. An argument of a lone `-' gets a description of possible arguments.

If term has capabilities for direct cursor movement (see termcap (5)) backgammon ``fixes'' the board after each move, so the board does not need to be reprinted, unless the screen suffers some horrendous malady. Also, any `p' option will be ignored. (The `t' option is not necessary unless the terminal type does not match the entry in the /etc/termcap data base.)

QUICK REFERENCE
When the program prompts by typing only your color, type a space or carriage return to roll, or

8 d to double

8 p to print the board

8 q to quit

8 s to save the game for later

.i0 When the program prompts with 'Move:', type

8 p to print the board

8 q to quit

8 s to save the game .i0

or a move , which is a sequence of

8 s-f move from s to f

8 s/r move one man on s the roll r

separated by commas or spaces and ending with a newline. Available abbreviations are

10 s-f1-f2 means s-f1,f1-f2

10 s/r1r2 means s/r1,s/r2

Use `b' for bar and `h' for home, or 0 or 25 as appropriate.

AUTHOR
Alan Char
FILES

25 /usr/games/teachgammon - rules and tutorial

25 /etc/termcap - terminal capabilities

BUGS

The program's strategy needs much work.