1 .\" $NetBSD: canfield.6,v 1.5 1997/10/10 12:26:34 lukem Exp $
3 .\" Copyright (c) 1983, 1993
4 .\" The Regents of the University of California. All rights reserved.
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
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. All advertising materials mentioning features or use of this software
15 .\" must display the following acknowledgement:
16 .\" This product includes software developed by the University of
17 .\" California, Berkeley and its contributors.
18 .\" 4. Neither the name of the University nor the names of its contributors
19 .\" may be used to endorse or promote products derived from this software
20 .\" without specific prior written permission.
22 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
23 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 .\" @(#)canfield.6 8.1 (Berkeley) 5/31/93
42 .Nd the solitaire card game canfield
49 If you have never played solitaire before, it is recommended
50 that you consult a solitaire instruction book. In
51 Canfield, tableau cards may be built on each other downward
52 in alternate colors. An entire pile must be moved as a unit
53 in building. Top cards of the piles are available
54 to be played on foundations, but never into empty spaces.
56 Spaces must be filled from the stock. The top card of
57 the stock also is available to be played on foundations or
58 built on tableau piles. After the stock is exhausted,
59 tableau spaces may be filled from the talon and the player may
60 keep them open until he wishes to use them.
62 Cards are dealt from the hand to the talon by threes
63 and this repeats until there are no more cards in the hand
64 or the player quits. To have cards dealt onto the talon the
67 for his move. Foundation base cards are
68 also automatically moved to the foundation when they become
75 to maintain card counting statistics
76 on the bottom of the screen.
77 When properly used this can greatly increase one's chances of
80 The rules for betting are somewhat less strict than
81 those used in the official version of the game.
82 The initial deal costs $13.
83 You may quit at this point or inspect the game.
84 Inspection costs $13 and allows you to make as many
85 moves as possible without moving any cards from your hand
87 (The initial deal places three cards on the talon;
88 if all these cards are used,
89 three more are made available.)
90 Finally, if the game seems interesting,
91 you must pay the final installment of $26.
93 credited at the rate of $5 for each card on the foundation;
94 as the game progresses you are credited with $5 for each
95 card that is moved to the foundation.
96 Each run through the hand after the first costs $5.
97 The card counting feature
98 costs $1 for each unknown card that is identified.
99 If the information is toggled on,
100 you are only charged for cards
101 that became visible since it was last turned on.
102 Thus the maximum cost of information is $34.
103 Playing time is charged at a rate of $1 per minute.
105 With no arguments, the program
107 prints out the current status of your canfield account.
111 it prints out the status of their canfield account.
115 it prints out the canfield accounts for all users that have
116 played the game since the database was set up.
118 .Bl -tag -width /usr/games/canfield -compact
119 .It Pa /usr/games/canfield
121 .It Pa /usr/games/cfscores
123 .It Pa /var/games/cfscores
124 the database of scores
126 It is impossible to cheat.
128 Originally written: Steve Levine.
130 Further random hacking by: Steve Feldman, Kirk McKusick,
131 Mikey Olson, and Eric Allman.