NetBSD/games/backgammon/backgammon/backgammon.6

183 lines
5.1 KiB
Groff
Raw Normal View History

1993-03-21 12:45:37 +03:00
.\" Copyright (c) 1980 Regents of the University of California.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the University of
.\" California, Berkeley and its contributors.
.\" 4. Neither the name of the University nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
1993-08-01 11:42:49 +04:00
.\" from: @(#)backgammon.6 6.6 (Berkeley) 8/3/91
1993-08-05 08:16:58 +04:00
.\" $Id: backgammon.6,v 1.3 1993/08/05 04:16:58 jtc Exp $
1993-03-21 12:45:37 +03:00
.\"
1993-08-05 08:16:58 +04:00
.Dd August 3, 1991
.Dt BACKGAMMON 6
.Os
.Sh NAME
.Nm backgammon
.Nd the game of backgammon
.Sh SYNOPSIS
.Nm backgammon
.Op Fl
.Op Fl nrwb
.Op Fl pr
.Op Fl pw
.Op Fl pb
.Op Fl t Ar term
.Op Fl s Ar file
.Sh DESCRIPTION
1993-03-21 12:45:37 +03:00
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.
1993-08-05 08:16:58 +04:00
.Pp
1993-03-21 12:45:37 +03:00
The possible arguments for backgammon
(most are unnecessary but some are very convenient)
consist of:
1993-08-05 08:16:58 +04:00
.Bl -tag -width indent
.It Fl n
1993-03-21 12:45:37 +03:00
don't ask for rules or instructions
1993-08-05 08:16:58 +04:00
.It Fl r
1993-03-21 12:45:37 +03:00
player is red (implies n)
1993-08-05 08:16:58 +04:00
.It Fl w
1993-03-21 12:45:37 +03:00
player is white (implies n)
1993-08-05 08:16:58 +04:00
.It Fl b
1993-03-21 12:45:37 +03:00
two players, red and white (implies n)
1993-08-05 08:16:58 +04:00
.It Fl pr
1993-03-21 12:45:37 +03:00
print the board before red's turn
1993-08-05 08:16:58 +04:00
.It Fl pw
1993-03-21 12:45:37 +03:00
print the board before white's turn
1993-08-05 08:16:58 +04:00
.It Fl pb
1993-03-21 12:45:37 +03:00
print the board before both player's turn
1993-08-05 08:16:58 +04:00
.It Fl t Ar term
1993-03-21 12:45:37 +03:00
terminal is type
1993-08-05 08:16:58 +04:00
.Ar term ,
1993-03-21 12:45:37 +03:00
uses /etc/termcap
1993-08-05 08:16:58 +04:00
.It Fl s Ar file
1993-03-21 12:45:37 +03:00
recover previously saved game from
1993-08-05 08:16:58 +04:00
.Ar file .
1993-03-21 12:45:37 +03:00
(This can also be done by executing the saved file,
i.e., typing its name in as a command)
1993-08-05 08:16:58 +04:00
.El
.Pp
.\"
.\" 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.
1993-03-21 12:45:37 +03:00
Any unrecognized arguments are ignored.
An argument of a lone `-' gets a description of possible arguments.
1993-08-05 08:16:58 +04:00
.Pp
1993-03-21 12:45:37 +03:00
If
1993-08-05 08:16:58 +04:00
.Ar term
1993-03-21 12:45:37 +03:00
has capabilities for direct cursor movement (see
1993-08-05 08:16:58 +04:00
.Xr termcap 5 )
.Nm backgammon
1993-03-21 12:45:37 +03:00
``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
1993-08-05 08:16:58 +04:00
the entry in the
.Pa /etc/termcap
data base.)
.Sh QUICK REFERENCE
1993-03-21 12:45:37 +03:00
When the program prompts by typing only your color,
type a space or carriage return to roll, or
1993-08-05 08:16:58 +04:00
.Bl -tag -width indent
.It Ic d
1993-03-21 12:45:37 +03:00
to double
1993-08-05 08:16:58 +04:00
.It Ic p
1993-03-21 12:45:37 +03:00
to print the board
1993-08-05 08:16:58 +04:00
.It Ic q
1993-03-21 12:45:37 +03:00
to quit
1993-08-05 08:16:58 +04:00
.It Ic s
1993-03-21 12:45:37 +03:00
to save the game for later
1993-08-05 08:16:58 +04:00
.El
.Pp
1993-03-21 12:45:37 +03:00
When the program prompts with 'Move:', type
1993-08-05 08:16:58 +04:00
.Bl -tag -width indent
.It Ic p
1993-03-21 12:45:37 +03:00
to print the board
1993-08-05 08:16:58 +04:00
.It Ic q
1993-03-21 12:45:37 +03:00
to quit
1993-08-05 08:16:58 +04:00
.It Ic s
1993-03-21 12:45:37 +03:00
to save the game
1993-08-05 08:16:58 +04:00
.El
.Pp
1993-03-21 12:45:37 +03:00
or a
1993-08-05 08:16:58 +04:00
.Em move ,
1993-03-21 12:45:37 +03:00
which is a sequence of
1993-08-05 08:16:58 +04:00
.Bl -tag -width indent
.It Ic s-f
1993-03-21 12:45:37 +03:00
move from
1993-08-05 08:16:58 +04:00
.Ic s
1993-03-21 12:45:37 +03:00
to
1993-08-05 08:16:58 +04:00
.Ic f
.It Ic s/r
1993-03-21 12:45:37 +03:00
move one man on
1993-08-05 08:16:58 +04:00
.Ic s
1993-03-21 12:45:37 +03:00
the roll
1993-08-05 08:16:58 +04:00
.Ic r
1993-03-21 12:45:37 +03:00
separated by commas or spaces and ending with a newline.
Available abbreviations are
1993-08-05 08:16:58 +04:00
.Bl -tag -width indent
.It Ic s-f1-f2
1993-03-21 12:45:37 +03:00
means
1993-08-05 08:16:58 +04:00
.Ic s-f1,f1-f2
.It Ic s/r1r2
1993-03-21 12:45:37 +03:00
means
1993-08-05 08:16:58 +04:00
.Ic s/r1,s/r2
.El
.El
.Pp
Use
.Ic b
for bar and
.Ic h
for home,
1993-03-21 12:45:37 +03:00
or 0 or 25 as appropriate.
1993-08-05 08:16:58 +04:00
.Sh AUTHOR
1993-03-21 12:45:37 +03:00
Alan Char
1993-08-05 08:16:58 +04:00
.Sh FILES
.Bl -tag -width /usr/games/teachgammon -compact
.It Pa /usr/games/teachgammon
rules and tutorial
.It Pa /etc/termcap
terminal capabilities
.El
.Sh BUGS
1993-03-21 12:45:37 +03:00
The program's strategy needs much work.