1*11c3b524SAaron LI.\" $NetBSD: monop.6,v 1.19 2008/02/24 03:50:07 dholland Exp $ 2*11c3b524SAaron LI.\" 3*11c3b524SAaron LI.\" Copyright (c) 1980 The Regents of the University of California. 4*11c3b524SAaron LI.\" All rights reserved. 5*11c3b524SAaron LI.\" 6*11c3b524SAaron LI.\" Redistribution and use in source and binary forms, with or without 7*11c3b524SAaron LI.\" modification, are permitted provided that the following conditions 8*11c3b524SAaron LI.\" are met: 9*11c3b524SAaron LI.\" 1. Redistributions of source code must retain the above copyright 10*11c3b524SAaron LI.\" notice, this list of conditions and the following disclaimer. 11*11c3b524SAaron LI.\" 2. Redistributions in binary form must reproduce the above copyright 12*11c3b524SAaron LI.\" notice, this list of conditions and the following disclaimer in the 13*11c3b524SAaron LI.\" documentation and/or other materials provided with the distribution. 14*11c3b524SAaron LI.\" 3. Neither the name of the University nor the names of its contributors 15*11c3b524SAaron LI.\" may be used to endorse or promote products derived from this software 16*11c3b524SAaron LI.\" without specific prior written permission. 17*11c3b524SAaron LI.\" 18*11c3b524SAaron LI.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 19*11c3b524SAaron LI.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 20*11c3b524SAaron LI.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21*11c3b524SAaron LI.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 22*11c3b524SAaron LI.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 23*11c3b524SAaron LI.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 24*11c3b524SAaron LI.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 25*11c3b524SAaron LI.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 26*11c3b524SAaron LI.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 27*11c3b524SAaron LI.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 28*11c3b524SAaron LI.\" SUCH DAMAGE. 29*11c3b524SAaron LI.\" 30*11c3b524SAaron LI.\" @(#)monop.6 6.5 (Berkeley) 3/25/93 31*11c3b524SAaron LI.\" 32*11c3b524SAaron LI.Dd February 23, 2008 33*11c3b524SAaron LI.Dt MONOP 6 34*11c3b524SAaron LI.Os 35*11c3b524SAaron LI.Sh NAME 36*11c3b524SAaron LI.Nm monop 37*11c3b524SAaron LI.Nd Monopoly game 38*11c3b524SAaron LI.Sh SYNOPSIS 39*11c3b524SAaron LI.Nm 40*11c3b524SAaron LI.Op Ar file 41*11c3b524SAaron LI.Sh DESCRIPTION 42*11c3b524SAaron LI.Nm 43*11c3b524SAaron LIis reminiscent of the Parker Brother's game Monopoly, and 44*11c3b524SAaron LImonitors a game between 2 to 9 users. 45*11c3b524SAaron LIIt is assumed that the rules of Monopoly are known. 46*11c3b524SAaron LIThe game follows the standard rules, with the exception that, 47*11c3b524SAaron LIif a property goes up for auction and there are only two solvent players, 48*11c3b524SAaron LIno auction is held and the property remains unowned. 49*11c3b524SAaron LI.Pp 50*11c3b524SAaron LIThe game, in effect, lends the player money, 51*11c3b524SAaron LIso it is possible to buy something which you cannot afford. 52*11c3b524SAaron LIHowever, as soon as a person goes into debt, he must 53*11c3b524SAaron LI.Dq fix the problem , 54*11c3b524SAaron LIi.e., make himself solvent, before play can continue. 55*11c3b524SAaron LIIf this is not possible, the player's property reverts to his debtee, 56*11c3b524SAaron LIeither a player or the bank. 57*11c3b524SAaron LIA player can resign at any time to any person or the bank, 58*11c3b524SAaron LIwhich puts the property back on the board, unowned. 59*11c3b524SAaron LI.Pp 60*11c3b524SAaron LIAny time that the response to a question is a 61*11c3b524SAaron LI.Em string , 62*11c3b524SAaron LIe.g., a name, place or person, you can type 63*11c3b524SAaron LI.Sq Ic \&? 64*11c3b524SAaron LIto get a list of valid answers. 65*11c3b524SAaron LIIt is not possible to input a negative number, nor is it ever necessary. 66*11c3b524SAaron LI.Pp 67*11c3b524SAaron LI.Em A Summary of Commands : 68*11c3b524SAaron LI.Bl -tag -width item 69*11c3b524SAaron LI.It Ic quit 70*11c3b524SAaron LIquit game: This allows you to quit the game. 71*11c3b524SAaron LIIt asks you if you're sure. 72*11c3b524SAaron LI.It Ic print 73*11c3b524SAaron LIprint board: This prints out the current board. 74*11c3b524SAaron LIThe columns have the following meanings (column headings are the same for the 75*11c3b524SAaron LI.Ic where , 76*11c3b524SAaron LI.Ic own holdings , 77*11c3b524SAaron LIand 78*11c3b524SAaron LI.Ic holdings 79*11c3b524SAaron LIcommands): 80*11c3b524SAaron LI.Pp 81*11c3b524SAaron LI.Bl -tag -width indent -compact 82*11c3b524SAaron LI.It Name 83*11c3b524SAaron LIThe first ten characters of the name of the square. 84*11c3b524SAaron LI.It Own 85*11c3b524SAaron LIThe 86*11c3b524SAaron LI.Em number 87*11c3b524SAaron LIof the owner of the property. 88*11c3b524SAaron LI.It Price 89*11c3b524SAaron LIThe cost of the property (if any). 90*11c3b524SAaron LI.It Mg 91*11c3b524SAaron LIThis field has a 92*11c3b524SAaron LI.Sq * 93*11c3b524SAaron LIin it if the property is mortgaged. 94*11c3b524SAaron LI.It \&# 95*11c3b524SAaron LIIf the property is a Utility or Railroad, this is the number 96*11c3b524SAaron LIof such owned by the owner. 97*11c3b524SAaron LIIf the property is land, this is the number of houses on it. 98*11c3b524SAaron LI.It Rent 99*11c3b524SAaron LICurrent rent on the property. 100*11c3b524SAaron LIIf it is not owned, there is no rent. 101*11c3b524SAaron LI.El 102*11c3b524SAaron LI.It Ic where 103*11c3b524SAaron LIwhere players are: Tells you where all the players are. 104*11c3b524SAaron LIA 105*11c3b524SAaron LI.Sq * 106*11c3b524SAaron LIindicates the current player. 107*11c3b524SAaron LI.It Ic own holdings 108*11c3b524SAaron LIList your own holdings, 109*11c3b524SAaron LIi.e., money, get-out-of-jail-free cards, and property. 110*11c3b524SAaron LI.It Ic holdings 111*11c3b524SAaron LIholdings list: Look at anyone's holdings. 112*11c3b524SAaron LIIt will ask you whose holdings you wish to look at. 113*11c3b524SAaron LIWhen you are finished, type 114*11c3b524SAaron LI.Sq Ic done . 115*11c3b524SAaron LI.It Ic mortgage 116*11c3b524SAaron LImortgage property: 117*11c3b524SAaron LISets up a list of mortgageable property, and asks which you wish to mortgage. 118*11c3b524SAaron LI.It Ic unmortgage 119*11c3b524SAaron LIunmortgage property: 120*11c3b524SAaron LIUnmortgage mortgaged property. 121*11c3b524SAaron LI.It Ic buy 122*11c3b524SAaron LIbuy houses: 123*11c3b524SAaron LISets up a list of monopolies on which you can buy houses. 124*11c3b524SAaron LIIf there is more than one, it asks you which you want to buy for. 125*11c3b524SAaron LIIt then asks you how many for each piece of property, 126*11c3b524SAaron LIgiving the current amount in parentheses after the property name. 127*11c3b524SAaron LIIf you build in an unbalanced manner 128*11c3b524SAaron LI(a disparity of more than one house within the same monopoly), 129*11c3b524SAaron LIit asks you to re-input things. 130*11c3b524SAaron LI.It Ic sell 131*11c3b524SAaron LIsell houses: 132*11c3b524SAaron LISets up a list of monopolies from which you can sell houses. 133*11c3b524SAaron LIIt operates in an analogous manner to 134*11c3b524SAaron LI.Ic buy . 135*11c3b524SAaron LI.It Ic card 136*11c3b524SAaron LIcard for jail: 137*11c3b524SAaron LIUse a get-out-of-jail-free card to get out of jail. 138*11c3b524SAaron LIIf you're not in jail, or you don't have one, it tells you so. 139*11c3b524SAaron LI.It Ic pay 140*11c3b524SAaron LIpay for jail: 141*11c3b524SAaron LIPay $50 to get out of jail, from whence you are put on Just Visiting. 142*11c3b524SAaron LIDifficult to do if you're not there. 143*11c3b524SAaron LI.It Ic trade 144*11c3b524SAaron LIThis allows you to trade with another player. 145*11c3b524SAaron LIIt asks you whom you wish to trade with, 146*11c3b524SAaron LIand then asks you what each wishes to give up. 147*11c3b524SAaron LIYou can get a summary at the end, and, in all cases, 148*11c3b524SAaron LIit asks for confirmation of the trade before doing it. 149*11c3b524SAaron LI.It Ic resign 150*11c3b524SAaron LIResign to another player or the bank. 151*11c3b524SAaron LIIf you resign to the bank, all property reverts to its virgin state, 152*11c3b524SAaron LIand get-out-of-jail-free cards revert to the deck. 153*11c3b524SAaron LI.It Ic save 154*11c3b524SAaron LIsave game: 155*11c3b524SAaron LISave the current game in a file for later play. 156*11c3b524SAaron LIYou can continue play after saving, 157*11c3b524SAaron LIeither by adding the file in which you saved the game after the 158*11c3b524SAaron LI.Nm 159*11c3b524SAaron LIcommand, or by using the 160*11c3b524SAaron LI.Ic restore 161*11c3b524SAaron LIcommand (see below). 162*11c3b524SAaron LIIt will ask you which file you wish to save it in, 163*11c3b524SAaron LIand, if the file exists, confirm that you wish to overwrite it. 164*11c3b524SAaron LI.It Ic restore 165*11c3b524SAaron LIrestore game: 166*11c3b524SAaron LIRead in a previously saved game from a file. 167*11c3b524SAaron LIIt leaves the file intact. 168*11c3b524SAaron LI.It Ic roll 169*11c3b524SAaron LIRoll the dice and move forward to your new location. 170*11c3b524SAaron LIIf you simply hit the 171*11c3b524SAaron LI.Aq RETURN 172*11c3b524SAaron LIkey instead of a command, it is the same as typing 173*11c3b524SAaron LI.Ic roll . 174*11c3b524SAaron LI.El 175*11c3b524SAaron LI.Sh AUTHORS 176*11c3b524SAaron LI.An Ken Arnold 177*11c3b524SAaron LI.Sh BUGS 178*11c3b524SAaron LINo command can be given an argument instead of a response to a query. 179