{ "pattern_name": "Bidding", "description": "Players invest resources, usually some kind of a currency, for an uncertain outcome in order to get a reward of some kind.", "content": [ "A [[Bidding]] instance is a process consisting of several parts: the bidding where players invest resources with the hope to achieve a certain game state, the determination of the outcome of these investments, and the distribution of possible rewards." ], "using_the_pattern": [ "For [[Bidding]] to be effective in a game, [[Resources]] usedhave to be of the [[Limited Resource]] kind, be it throughout the whole game or just for the specific [[Bidding]] instance. Although [[Resources]] in [[Bidding]] events are usually normal game elements, [[Bidding]] can also concern [[Area Control]] or the order in which players should perform [[Turn Taking]]. Players often have [[Direct Information]] to what is being bid about, in order to do [[Tradeoffs]] between what [[Resources]] they are using in the bidding and what [[Resources]] they can gain.", "[[Bidding]] consists of two separate mechanisms: how the [[Bidding]] is conducted and how the outcome is determined. The mechanisms for conducting the [[Bidding]] can be separated into two categories, open and closed, based on the information available for the participants. Open [[Bidding]] means that the players have [[Symmetric Information]] about the amount of [[Resources]] the other players have used in the bid, whereas closed [[Bidding]] uses [[Asymmetric Information]]. It is also possible to use a hybrid system, where the size of the pot is known to all the players but the amount bid by individual players is not known.", "The necessary decision for [[Bidding]] is to determine what mechanisms govern the order, if any, of the players doing the [[Bidding]] and if there is [[Negotiation]] between the players. The most common way, at least in card and board games, is that players place their bids in a predetermined sequence of [[Turn Taking]]: a round. Some games using this method also allow a player to pass the round, if need be, and in this case, the player can be out of the [[Bidding]] instance through [[Player Elimination]], as is the case in Poker, or still be able to participate in later phases. One [[Bidding]] instance can have several rounds, as again is the case in Poker, or there is a predetermined number of rounds, usually just one. [[Bidding]] instances with several rounds and some methods of [[Social Interaction]] between the players can often lead to [[Bluffing]]. If the [[Bidding]] does not have a predetermined number of rounds, there has to be some other form of end condition for the [[Bidding]] instance. Usually the end condition is that all players participating in the [[Bidding]] decide to end the [[Bidding]] round.", "Another way of conducting the [[Bidding]] is not to have a specified order for the players but allow them to place the bids in any order. A common way to achieve this is to have just one [[Bidding]] round where players secretly placing their bids, and the bids are revealed as soon as all players have done their bids. In cases where there is a [[Dedicated Game Facilitator]], such as a computer program, it is also possible to have more complex versions of this kind of simultaneous [[Bidding]], where the players can also change their bids before the end of the [[Bidding]] instance. Usually this involves some kind of [[Asymmetric Information]] about the amount players bid or about the whole bid.", "The next phase, how the outcome of the [[Bidding]] is determined, has two variants: that the pot is the reward and who wins it is determined in another way, or that the reward is specified outside the [[Bidding]] and the bid is used to determine the outcome. Poker and other [[Betting]] games are examples of the first variant: the whole bid is the reward and the value of the cards is used to determine who gets the [[Reward]]. Examples of the second variant are games using voting or auctions, as in both these cases the [[Reward]] itself is outside the bid. The first category assumes that the player bids are consumed or transferred after the determination of the outcome. This is not (necessarily) the case in the second category as, for example, in an auction, only the players getting the [[Reward]] lose their bids. [[Bidding]], especially in the form of voting, is often used in [[Player Decided Results]].", "There are two special cases of [[Bidding]]: auction and voting. Both auction and voting have characteristics where the game state the players are bidding on is actually the same as the [[Reward]]. In the case of the auction, the [[Reward]] is given to the player who has placed the highest bid, and in the case of voting, the majority of votes decide how the game state should change." ], "consequences": [ "[[Bidding]] offers a way to achieve [[Transfer of Control]] of [[Resources]] through [[Collaborative Actions]] with [[Player Decided Results]]. This offers an alternative to [[Combat]] regarding how to achieve [[Gain Ownership]] or [[Eliminate]] goals. As [[Bidding]] nearly always is voluntarily, winning the bid is a [[Player Defined Goal]] concerning how much [[Resources]] one wants to spend on the [[Bidding]], and in the case of [[Bidding]] on different objects, what objects to get.", "The act of [[Bidding]] involves making [[Investments]] and [[Risk/Reward]] considerations, and in some cases, can be affected by [[Bluffing]]. The [[Bidding]] is often a source of [[Competition]] between players, and the ability to use certain [[Resources]] in [[Bidding]] to gain others can be seen as a form of abstract [[Converter]]." ], "relations": { "Instantiates": [ "Converters", "Competition", "Transfer of Control", "Area Control", "Player Elimination", "Tradeoffs", "Player Defined Goals", "Collaborative Actions" ], "Modulates": [ "Cooperation", "Resources", "Gain Ownership", "Eliminate", "Turn Taking" ], "Instantiated by": [], "Modulated by": [ "Direct Information", "Turn Taking", "Symmetric Information", "Asymmetric Information", "Negotiation", "Betting", "Bluffing", "Rewards" ], "Potentially conflicting with": [] }, "examples": [ "In Poker, players bid on the value of their card hands. The bidding instance consists of rounds where the players can raise their bids one after another. The player who does not wish to call the last bid matches his bid to the same amount as the last bid, or if he does not wish to raise the bid, he has to fold. The player who folds is out of the [[Bidding]] instance and he has to leave his bid in the pot. The [[Bidding]] instance ends when there is only one player left or all the remaining players call the last bid. The player with the best hand, or the only remaining player, in the [[Bidding]] instance wins the whole bid as the reward.", "Kicking out a player from an open game instance of Return to Castle Wolfenstein: Enemy Territory requires that a certain amount of players have voted for kicking the player out." ], "label": "10. Game Design Patterns for Social Interaction", "pattern_links": [ { "name": "Converters", "file": "Converters" }, { "name": "Turn Taking", "file": "TurnTaking" }, { "name": "Area Control", "file": "AreaControl" }, { "name": "Asymmetric Information", "file": "AsymmetricInformation" }, { "name": "Player Defined Goals", "file": "PlayerDefinedGoals" }, { "name": "Cooperation", "file": "Cooperation" }, { "name": "Eliminate", "file": "Eliminate" }, { "name": "Transfer of Control", "file": "TransferofControl" }, { "name": "Direct Information", "file": "DirectInformation" }, { "name": "Betting", "file": "Betting" }, { "name": "Gain Ownership", "file": "GainOwnership" }, { "name": "Rewards", "file": "Rewards" }, { "name": "Negotiation", "file": "Negotiation" }, { "name": "Competition", "file": "Competition" }, { "name": "Collaborative Actions", "file": "CollaborativeActions" }, { "name": "Bluffing", "file": "Bluffing" }, { "name": "Player Elimination", "file": "PlayerElimination" }, { "name": "Tradeoffs", "file": "Tradeoffs" }, { "name": "Resources", "file": "Resources" }, { "name": "Symmetric Information", "file": "SymmetricInformation" } ], "pattern_id": "Bidding", "playable_concept": "Not available yet", "metadata": { "version": "1.2.2.2", "date_processed": "2025-04-26", "source_file": "Bidding.htm", "converter_version": "1.2.2.2" } }