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