OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / bsd-games / original / man6 / canfield.6
1 .\" Automatically generated from canfield/canfield/canfield.6.in.  Do not edit.
2 .\"     $NetBSD: canfield.6,v 1.7 2001/04/02 22:47:30 wiz Exp $
3 .\"
4 .\" Copyright (c) 1983, 1993
5 .\"     The Regents of the University of California.  All rights reserved.
6 .\"
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
9 .\" are met:
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\"    notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in the
14 .\"    documentation and/or other materials provided with the distribution.
15 .\" 3. All advertising materials mentioning features or use of this software
16 .\"    must display the following acknowledgement:
17 .\"     This product includes software developed by the University of
18 .\"     California, Berkeley and its contributors.
19 .\" 4. Neither the name of the University nor the names of its contributors
20 .\"    may be used to endorse or promote products derived from this software
21 .\"    without specific prior written permission.
22 .\"
23 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 .\" SUCH DAMAGE.
34 .\"
35 .\"     @(#)canfield.6  8.1 (Berkeley) 5/31/93
36 .\"
37 .Dd May 31, 1993
38 .Dt CANFIELD 6
39 .Os
40 .Sh NAME
41 .Nm canfield ,
42 .Nm cfscores
43 .Nd the solitaire card game canfield
44 .Sh SYNOPSIS
45 .Nm
46 .Nm cfscores
47 .Op Fl a
48 .Op Ar user
49 .Sh DESCRIPTION
50 If you have never played solitaire before, it is recommended
51 that you consult a solitaire instruction book. In
52 Canfield, tableau cards may be built on each other downward
53 in alternate colors. An entire pile must be moved as a unit
54 in building. Top cards of the piles are available
55 to be played on foundations, but never into empty spaces.
56 .Pp
57 Spaces must be filled from the stock. The top card of
58 the stock also is available to be played on foundations or
59 built on tableau piles. After the stock is exhausted,
60 tableau spaces may be filled from the talon and the player may
61 keep them open until he wishes to use them.
62 .Pp
63 Cards are dealt from the hand to the talon by threes
64 and this repeats until there are no more cards in the hand
65 or the player quits. To have cards dealt onto the talon the
66 player types
67 .Sq Ic ht
68 for his move. Foundation base cards are
69 also automatically moved to the foundation when they become
70 available.
71 .Pp
72 The command
73 .Sq Ic c
74 causes
75 .Nm
76 to maintain card counting statistics
77 on the bottom of the screen.
78 When properly used this can greatly increase one's chances of
79 winning.
80 .Pp
81 The rules for betting are somewhat less strict than
82 those used in the official version of the game.
83 The initial deal costs $13.
84 You may quit at this point or inspect the game.
85 Inspection costs $13 and allows you to make as many
86 moves as possible without moving any cards from your hand
87 to the talon.
88 (The initial deal places three cards on the talon;
89 if all these cards are used,
90 three more are made available.)
91 Finally, if the game seems interesting,
92 you must pay the final installment of $26.
93 At this point you are
94 credited at the rate of $5 for each card on the foundation;
95 as the game progresses you are credited with $5 for each
96 card that is moved to the foundation.
97 Each run through the hand after the first costs $5.
98 The card counting feature
99 costs $1 for each unknown card that is identified.
100 If the information is toggled on,
101 you are only charged for cards
102 that became visible since it was last turned on.
103 Thus the maximum cost of information is $34.
104 Playing time is charged at a rate of $1 per minute.
105 .Pp
106 With no arguments, the program
107 .Nm cfscores
108 prints out the current status of your canfield account.
109 If a
110 .Ar user
111 name is specified,
112 it prints out the status of their canfield account.
113 If the
114 .Fl a
115 flag is specified,
116 it prints out the canfield accounts for all users that have
117 played the game since the database was set up.
118 .Sh FILES
119 .Bl -tag -width /usr/games/canfield -compact
120 .It Pa /usr/games/canfield
121 the game itself
122 .It Pa /usr/games/cfscores
123 the database printer
124 .It Pa /var/games/cfscores
125 the database of scores
126 .El
127 .Sh BUGS
128 It is impossible to cheat.
129 .Sh AUTHORS
130 Originally written: Steve Levine.
131 .Pp
132 Further random hacking by: Steve Feldman, Kirk McKusick,
133 Mikey Olson, and Eric Allman.