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