1.\" $OpenBSD: monop.6,v 1.16 2017/06/09 15:32:40 fcambus Exp $ 2.\" 3.\" Copyright (c) 1980 The Regents of the University of California. 4.\" 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.\" @(#)monop.6 6.5 (Berkeley) 3/25/93 31.\" 32.Dd $Mdocdate: June 9 2017 $ 33.Dt MONOP 6 34.Os 35.Sh NAME 36.Nm monop 37.Nd Monopoly game 38.Sh SYNOPSIS 39.Nm monop 40.Op Ar file 41.Sh DESCRIPTION 42.Nm 43is reminiscent of the Parker Brother's game Monopoly, and 44monitors a game between 2 to 9 users. 45It is assumed that the rules of Monopoly are known. 46The game follows the standard rules, with the exception that, 47if a property goes up for auction and there are only two solvent players, 48no auction is held and the property remains unowned. 49.Pp 50The game, in effect, lends the player money, 51so it is possible to buy something which you cannot afford. 52However, as soon as a person goes into debt, 53he must 54.Dq fix the problem , 55i.e., make himself solvent, before play can continue. 56If this is not possible, the player's property reverts to his debtee, 57either a player or the bank. 58A player can resign at any time to any person or the bank, 59which puts the property back on the board, unowned. 60.Pp 61Any time that the response to a question is a 62.Em string , 63e.g., a name, place or person, you can type 64.Sq Ic \&? 65to get a list of valid answers. 66It is not possible to input a negative number, nor is it ever necessary. 67.Pp 68.Em A Summary of Commands : 69.Bl -tag -width item 70.It Ic quit 71quit game. 72It asks you if you're sure. 73.It Ic print 74print current board. 75The columns have the following meanings (column headings are the same for the 76.Ic where , 77.Ic own holdings , 78and 79.Ic holdings 80commands): 81.Pp 82.Bl -tag -width indent -compact 83.It Name 84The first ten characters of the name of the square. 85.It Own 86The 87.Em number 88of the owner of the property. 89.It Price 90The cost of the property (if any). 91.It Mg 92This field has a 93.Sq * 94in it if the property is mortgaged. 95.It \&# 96If the property is a Utility or Railroad, this is the number 97of such owned by the owner. 98If the property is land, this is the number of houses on it. 99.It Rent 100Current rent on the property. 101If it is not owned, there is no rent. 102.El 103.It Ic where 104tell where players are. 105A `*' indicates the current player. 106.It Ic own holdings 107list your own holdings, 108i.e., money, get-out-of-jail-free cards, and property. 109.It Ic holdings 110show holdings list: look at anyone's holdings. 111It will ask you whose holdings you wish to look at. 112When you are finished, type 113.Sq Ic done . 114.It Ic mortgage 115mortgage property: 116sets up a list of mortgageable property, and asks which you wish to mortgage. 117.It Ic unmortgage 118unmortgage property: 119unmortgage mortgaged property. 120.It Ic buy 121buy houses: 122sets up a list of monopolies on which you can buy houses. 123If there is more than one, it asks you which you want to buy for. 124It then asks you how many for each piece of property, 125giving the current amount in parentheses after the property name. 126If you build in an unbalanced manner 127(a disparity of more than one house within the same monopoly), 128it asks you to re-input. 129.It Ic sell 130sell houses: 131sets up a list of monopolies from which you can sell houses. 132It operates in an analogous manner to 133.Ic buy . 134.It Ic card 135use a get-out-of-jail-free card to get out of jail. 136If you're not in jail, or you don't have one, it tells you so. 137.It Ic pay 138pay $50 to get out of jail, from whence you are put on Just Visiting. 139Difficult to do if you're not there. 140.It Ic trade 141trade with another player. 142It asks you with whom you wish to trade, 143and then asks you what each wishes to give up. 144You can get a summary at the end and, in all cases, 145it asks for confirmation of the trade before doing it. 146.It Ic resign 147resign to another player or the bank. 148If you resign to the bank, all property reverts to its virgin state, 149and get-out-of-jail-free cards revert to the deck. 150.It Ic save 151save the current game in a file for later play. 152You can continue play after saving, 153either by adding the file in which you saved the game after the 154.Nm 155command, or by using the 156.Ic restore 157command (see below). 158It will ask you which file you wish to save it in, 159and, if the file exists, confirm that you wish to overwrite it. 160.It Ic restore 161read in a previously saved game from a file. 162It leaves the file intact. 163.It Ic roll 164roll the dice and move forward to your new location. 165If you simply hit the <RETURN> key instead of a command, 166it is the same as typing 167.Ic roll . 168.El 169.Sh FILES 170.Bl -tag -width /usr/share/games/cards.pck -compact 171.It Pa /usr/share/games/cards.pck 172Chance and Community Chest cards 173.El 174.Sh AUTHORS 175.An Ken Arnold 176.Sh BUGS 177No command can be given an argument instead of a response to a query. 178.Pp 179Additional cash cannot be generated during an auction by selling buildings 180or by mortgaging property. 181.Pp 182The trading of mortgaged properties is not billed correctly. 183.Pp 184Resigning to the bank should trigger the immediate auction of all 185possessions. 186