-WARNS6 cleanup (1858 warnings)
[dragonfly.git] / games / backgammon / teachgammon / ttext2.c
1 /*
2  * Copyright (c) 1980, 1993
3  *      The Regents of the University of California.  All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  * 1. Redistributions of source code must retain the above copyright
9  *    notice, this list of conditions and the following disclaimer.
10  * 2. Redistributions in binary form must reproduce the above copyright
11  *    notice, this list of conditions and the following disclaimer in the
12  *    documentation and/or other materials provided with the distribution.
13  * 3. All advertising materials mentioning features or use of this software
14  *    must display the following acknowledgement:
15  *      This product includes software developed by the University of
16  *      California, Berkeley and its contributors.
17  * 4. Neither the name of the University nor the names of its contributors
18  *    may be used to endorse or promote products derived from this software
19  *    without specific prior written permission.
20  *
21  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31  * SUCH DAMAGE.
32  *
33  * @(#)ttext2.c 8.1 (Berkeley) 5/31/93
34  * $FreeBSD: src/games/backgammon/teachgammon/ttext2.c,v 1.3.2.1 2001/10/15 13:46:32 dd Exp $
35  * $DragonFly: src/games/backgammon/teachgammon/ttext2.c,v 1.3 2006/08/08 16:36:11 pavalos Exp $
36  */
37
38 #include "back.h"
39
40 extern const char *const list[];
41 char *prompt, *opts;
42
43 const char      *const doubl[] = {
44     "\nDoubling:",
45     "\n   If a player thinks he is in a good position, he may double the",
46     "value of the game.  However, his opponent may not accept the pro-",
47     "posal and forfeit the game before the price gets too high.  A",
48     "player must double before he rolls, and once his double has been",
49     "accepted, he cannot double again, until his opponent has doubled.",
50     "Thus, unless the game swings back and forth in advantage between",
51     "the two players a great deal, the value of the game should be",
52     "low.  At any rate, the value of the game will never go above 64,",
53     "or six doubles.  However, if a player wins a backgammon at 64",
54     "points, he wins 192 points!",
55     "",
56     0};
57
58 const char      *const stragy[] = {
59     "\nStrategy:",
60     "\n   Some general hints when playing:  Try not to leave men open",
61     "unless absolutely necessary.  Also, it is good to make as many",
62     "points as possible.  Often, two men from different positions can",
63     "be brought together to form a new point.  Although walls (six",
64     "points in a row) are difficult to form, many points nestled close-",
65     "ly together produce a formidable barrier.  Also, while it is good",
66     "to move back men forward, doing so lessens the opportunity for you",
67     "to hit men.  Finally, remember that once the two player's have",
68     "passed each other on the board, there is no chance of either team",
69     "being hit, so the game reduces to a race off the board.  Addi-",
70     "tional hints on strategy are presented in the practice game.",
71     "",
72     0};
73
74 const char      *const prog[] = {
75    "\nThe Program and How It Works:",
76    "\n   A general rule of thumb is when you don't know what to do,",
77    "type a question mark, and you should get some help.  When it is",
78    "your turn, only your color will be printed out, with nothing",
79    "after it.  You may double by typing a 'd', but if you type a",
80    "space or newline, you will get your roll.  (Remember, you must",
81    "double before you roll.)  Also, typing a 'r' will reprint the",
82    "board, and a 'q' will quit the game.  The program will type",
83    "'Move:' when it wants your move, and you may indicate each die's",
84    "move with <s>-<f>, where <s> is the starting position and <f> is",
85    "the finishing position, or <s>/<r> where <r> is the roll made.",
86    "<s>-<f1>-<f2> is short for <s>-<f1>,<f1>-<f2> and <s>/<r1><r2> is",
87    "short for <s>/<r1>,<s>/<r2>.  Moves may be separated by a comma",
88    "or a space.",
89    "",
90    "\n   While typing, any input which does not make sense will not be",
91    "echoed, and a bell will sound instead.  Also, backspacing and",
92    "killing lines will echo differently than normal.  You may examine",
93    "the board by typing a 'r' if you have made a partial move, or be-",
94    "fore you type a newline, to see what the board looks like.  You",
95    "must end your move with a newline.  If you cannot double, your",
96    "roll will always be printed, and you will not be given the oppor-",
97    "tunity to double.  Home and bar are represented by the appropri-",
98    "ate number, 0 or 25 as the case may be, or by the letters 'h' or",
99    "'b' as appropriate.  You may also type 'r' or 'q' when the program",
100    "types 'Move:', which has the same effect as above.  Finally, you",
101    "will get to decide if you want to play red or white (or both if you",
102    "want to play a friend) at the beginning of the session, and you",
103    "will not get to change your mind later, since the computer keeps",
104    "score.",
105    "",
106    0};
107
108 const char      *const lastch[] = {
109    "\nTutorial (Practice Game):",
110    "\n   This tutorial, for simplicity's sake, will let you play one",
111    "predetermined game.  All the rolls have been pre-arranged, and",
112    "only one response will let you advance to the next move.",
113    "Although a given roll will may have several legal moves, the tu-",
114    "torial will only accept one (not including the same moves in a",
115    "different order), claiming that that move is 'best.'  Obviously,",
116    "a subjective statement.  At any rate, be patient with it and have",
117    "fun learning about backgammon.  Also, to speed things up a lit-",
118    "tle, doubling will not take place in the tutorial, so you will",
119    "never get that opportunity, and quitting only leaves the tutori-",
120    "al, not the game.  You will still be able to play backgammon",
121    "after quitting.",
122    "\n   This is your last chance to look over the rules before the tu-",
123    "torial starts.",
124    "",
125    0};
126
127 int
128 text(const char *const *txt)
129 {
130         const char      *const *begin;
131         const char      *a;
132         char    b;
133         const char      *c;
134         int     i;
135
136         fixtty (noech);
137         begin = txt;
138         while (*txt)  {
139                 a = *(txt++);
140                 if (*a != '\0')  {
141                         c = a;
142                         for (i = 0; *(c++) != '\0'; i--);
143                         writel (a);
144                         writec ('\n');
145                 } else  {
146                         fixtty (raw);
147                         writel (prompt);
148                         for (;;)  {
149                                 if ((b = readc()) == '?')  {
150                                         if (tflag)  {
151                                                 if (begscr)  {
152                                                         curmove (18,0);
153                                                         clend();
154                                                 } else
155                                                         clear();
156                                         } else
157                                                 writec ('\n');
158                                         text (list);
159                                         writel (prompt);
160                                         continue;
161                                 }
162                                 i = 0;
163                                 if (b == '\n')
164                                         break;
165                                 while (i < 11)  {
166                                         if (b == opts[i])
167                                                 break;
168                                         i++;
169                                 }
170                                 if (i == 11)
171                                         writec ('\007');
172                                 else
173                                         break;
174                         }
175                         if (tflag)  {
176                                 if (begscr)  {
177                                         curmove (18,0);
178                                         clend();
179                                 } else
180                                         clear();
181                         } else
182                                 writec ('\n');
183                         if (i)
184                                 return(i);
185                         fixtty (noech);
186                         if (tflag)
187                                 curmove (curr,0);
188                         begin = txt;
189                 }
190         }
191         fixtty (raw);
192         return (0);
193 }