WO2005110563A2 - System and method for video gaming tournament - Google Patents

System and method for video gaming tournament Download PDF

Info

Publication number
WO2005110563A2
WO2005110563A2 PCT/US2005/015412 US2005015412W WO2005110563A2 WO 2005110563 A2 WO2005110563 A2 WO 2005110563A2 US 2005015412 W US2005015412 W US 2005015412W WO 2005110563 A2 WO2005110563 A2 WO 2005110563A2
Authority
WO
WIPO (PCT)
Prior art keywords
tournament
player
game
video
cards
Prior art date
Application number
PCT/US2005/015412
Other languages
French (fr)
Other versions
WO2005110563A3 (en
Inventor
Mark B. Gagner
Original Assignee
Wms Gaming Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wms Gaming Inc. filed Critical Wms Gaming Inc.
Publication of WO2005110563A2 publication Critical patent/WO2005110563A2/en
Priority to US11/557,352 priority Critical patent/US20070129147A1/en
Publication of WO2005110563A3 publication Critical patent/WO2005110563A3/en

Links

Classifications

    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07FCOIN-FREED OR LIKE APPARATUS
    • G07F17/00Coin-freed apparatus for hiring articles; Coin-freed facilities or services
    • G07F17/32Coin-freed apparatus for hiring articles; Coin-freed facilities or services for games, toys, sports, or amusements
    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07FCOIN-FREED OR LIKE APPARATUS
    • G07F17/00Coin-freed apparatus for hiring articles; Coin-freed facilities or services
    • G07F17/32Coin-freed apparatus for hiring articles; Coin-freed facilities or services for games, toys, sports, or amusements
    • G07F17/326Game play aspects of gaming systems
    • G07F17/3272Games involving multiple players
    • G07F17/3276Games involving multiple players wherein the players compete, e.g. tournament
    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07FCOIN-FREED OR LIKE APPARATUS
    • G07F17/00Coin-freed apparatus for hiring articles; Coin-freed facilities or services
    • G07F17/32Coin-freed apparatus for hiring articles; Coin-freed facilities or services for games, toys, sports, or amusements
    • G07F17/3286Type of games
    • G07F17/3293Card games, e.g. poker, canasta, black jack

Definitions

  • FIG. 1 illustrates a perspective view of a gaming machine employed in the system of the invention described herein.
  • FIG. 2 A illustrates a sequence embodiment of the invention described herein.
  • FIG. 2B illustrates a sequence embodiment of the invention described herein.
  • FIG. 2C illustrates a sequence embodiment of the invention described herein.
  • FIG. 2D illustrates a sequence embodiment of the invention described herein.
  • FIG. 2E illustrates a sequence embodiment of the invention described herein.
  • FIG. 2F illustrates a sequence embodiment of the invention described herein.
  • FIG. 3 illustrates a schematic view of one tournament embodiment of the invention described herein.
  • FIG. 4 illustrates a class diagram of one tournament embodiment of the invention described herein.
  • FIG. 5 illustrates a sequence diagram of one tournament embodiment of the invention described herein.
  • One example embodiment of a method according to the inventive subject matter herein provides a tournament played on video poker slot machines.
  • the tournament may be offered to two or more video slot players in a casino.
  • the video slot machines offering the tournament may, in one example configuration, communicate with a tournament server system that coordinates and runs the tournament.
  • the video slot machines may be configured so as to operate in a peer to peer mode wherein a server is not required to run the tournament.
  • Any video poker or other slot machine may be adapted for use in tournament play in accordance with the principles of the inventive subject matter disclosed herein.
  • One example of a video poker machine readily suitable for tournament play in accordance with certain principles of the subject matter herein is a five card draw video poker game.
  • this video casino game 100 entails dealing a player five cards that are displayed on the game video display 110. Using touch screen discard buttons 112a, 112b, 112c, 112d or 112e, the player can discard one or more of these cards and "draw" new ones off the deck.
  • the following rules of play are used to conduct a tournament on a video poker casino game such as, but not limited to, a five card draw poker game: • The tournament lasts for ten (10) poker hands. • Each hand is played at max bet of a specified amount, such as five coins. • Each hand must be played within a specified period of time, such as 15 seconds. In this example the total tournament would last for approximately 2 minutes and 30 seconds.
  • a general sequence of operation for the tournament may proceed as illustrated in Figures 2A-2F. Other sequences accomplishing the same general effect are also possible for alternate embodiments.
  • the sequence may begin with a player playing the "normal" game 200 on a video poker game, such as five card draw.
  • a message 202 may appear on the screen while the player plays the normal game. The message may be, for example: " Tournament starts in 2 minutes. Press JOIN or CANCEL to continue playing.” If the player does not press either button the message will remain on the screen until the tournament starts.
  • a message window 206 appears that informs the player of their player number / ID, as illustrated in Figure 2C.
  • a reminder message appears.
  • Figure 2D when the tournament starts the escrowed tournament fee is returned to the player's credit meter 208 and a scoreboard 210 appears on the screen that shows the player's score followed by a ranking of the top eight players in the tournament. As each hand is dealt, the number of remaining hands is displayed in a message bar 212. The same cards are dealt to all participants.
  • Figure 2E when the deal is complete, the 'Hold' buttons behind the cards are enabled and the 'Ready' button 214 is enabled.
  • the number of terminals is not fixed and may vary from one tournament to the next.
  • the poker tournament communicates only with the gaming terminal coordinator 308 (e.g. CGamingTerminal described below) and has no direct interaction with or knowledge of the internal components that comprise the gaming terminal application.
  • Coordinator 308 interacts with the gaming terminal bank 310 and presentation services 312.
  • One embodiment of a software design for the above described game is illustrated in the class diagram of Figure 4.
  • the poker tournament (CPokerToumament 402) is derived from CService 404. Therefore, it has a thread of execution 404a, a socket 404b and a timer 404c. The rales require that the same cards are dealt to all participants.
  • CPokerToumament 402 performs in the role of centralized dealer and contains a StandardDeck 403 of 52 cards. The deck is shuffled before each hand is dealt. CPokerToumament 402 also tracks player rankings with CRankMap 411.
  • CToumamentTerminal 406 is responsible for conducting an instance of the tournament with an individual Gaming Terminal through CGamingTerminal 409. It is responsible for the behavior of the game and for interface with the player.
  • CToumamentTerminal 406 contains the PokerHand 407 for an individual terminal and tracks the score for that terminal.
  • CToumamentTerminal 406 contains aBankAPI S and a Presentation APIA1 , which are proxy classes for the Bank and the display, respectively.
  • CToumamentTerminal 406 is NOT a service and does not have a separate thread of execution.
  • Tournament terminals are contained by the poker tournament and run within its thread.
  • CPokerToumament 402 instantiates a CToumamentTerminal 406 object for each gaming terminal that is online when the tournament invitations are issued. These objects exist for the life of the tournament and are destroyed when the tournament is complete.
  • CPokerToumament 402 receives ISC messages through its socket. Most messages are routed to the individual tournament terminal objects for processing.
  • the poker tournament service (embodied in CPokerToumament 402) is intended to be a persistent application that runs continuously on a central server such as a site controller.
  • the service initiates tournaments at periodic intervals or at specific times. Referring now to the sequence diagram of Figure 5, the start-up will be described. Although only one gaming terminal is shown in the figure, the sequence of operation will apply to any number of terminals.
  • CPokerToumament 402 broadcasts a Request Service message 502 to all Gaming Terminals. Each Gaming Terminal that is online when the broadcast is sent will respond with a Request Service Response message 504. This message conveys the Gaming Terminal's network address back to the Tournament Server.
  • CPokerToumament 402 constructs a corresponding CToumamentTerminal 406 object.
  • CPokerToumament calls the SendlnvitationQ method 506 of each Tournament terminal.
  • Tournament Terminal 406 performs some internal initialization and commands the Gaming Terminal to load the invitation dialog by calling the Load() method 508 in the Presentation API.
  • CPresentationAPI 410 constructs and sends a Load command message 510 to the Gaming Terminal.
  • CGamingTerminal 409 routes the message 512 to the Presentation Service (CNxt_PS 514).
  • the Presentation Service loads the specified script and displays the invitation. Sometime later, the player presses the JOIN button.
  • the Presentation Service constructs and sends a PO Response message 516 to the Gaming Terminal. The message indicates that the JOIN button has been pressed.
  • the Gaming Terminal routes the message 518 to CPokerToumament 402.

Abstract

The invention described herein includes a method. The method includes, on a plurality of video gaming machines conducting a video card game tournament; wherein the tournament lasts for a plurality of hands; each hand played includes a bet; each hand must be played within a period of time such that the total tournament lasts a period of time that is not unlimited; and the player keeps all winnings from the hands.

Description

SYSTEM AND METHOD FOR VIDEO GAMING TOURNAMENT
Related Application This application claims the benefit of U.S. Provisional Application Serial
No. 60/569,274 filed May 7, 2004, which is incorporated herein by reference.
Technical Field of the Invention The subject matter of the inventions described herein relates generally to gaming, and more particularly to gaming machines.
Background of the Invention Slot machines are a popular mainstay of casino gambling. Maintaining and growing this popularity depends on continuously offering players new games or features. Progressive jackpots are one such way to increase interest in slot machines and add another element of excitement to slot play. Another approach is to allow slot players to enter tournaments in which the players can enter and compete in the tournament played on each player's respective slot machine. Slot tournaments thus add an exciting option for players and potentially the house cut of tournament fees may result in additional revenue for casino owners.
Brief Description of Drawing FIG. 1 illustrates a perspective view of a gaming machine employed in the system of the invention described herein. FIG. 2 A illustrates a sequence embodiment of the invention described herein. FIG. 2B illustrates a sequence embodiment of the invention described herein. FIG. 2C illustrates a sequence embodiment of the invention described herein. FIG. 2D illustrates a sequence embodiment of the invention described herein. FIG. 2E illustrates a sequence embodiment of the invention described herein. FIG. 2F illustrates a sequence embodiment of the invention described herein. FIG. 3 illustrates a schematic view of one tournament embodiment of the invention described herein. FIG. 4 illustrates a class diagram of one tournament embodiment of the invention described herein. FIG. 5 illustrates a sequence diagram of one tournament embodiment of the invention described herein.
Detailed Description of the Inventive Subject Matter In the following description of some embodiments of the present invention, reference is made to the accompanying drawings which form a part hereof, and in which are shown, by way of illustration, specific embodiments of the present invention which may be practiced. In the drawings, like numerals describe substantially similar components throughout the several views. These embodiments are described in sufficient detail to enable those skilled in the art to practice the present invention. Other embodiments may be utilized and structural, logical, and electrical changes may be made without departing from the scope of the present invention. The following detailed description is not, to be taken in a limiting sense, and the scope of the present invention is defined only by the appended claims, along with the full scope of equivalents to which such claims are entitled. One example embodiment of a method according to the inventive subject matter herein provides a tournament played on video poker slot machines. For example, the tournament may be offered to two or more video slot players in a casino. The video slot machines offering the tournament may, in one example configuration, communicate with a tournament server system that coordinates and runs the tournament. In another configuration, the video slot machines may be configured so as to operate in a peer to peer mode wherein a server is not required to run the tournament. Any video poker or other slot machine may be adapted for use in tournament play in accordance with the principles of the inventive subject matter disclosed herein. One example of a video poker machine readily suitable for tournament play in accordance with certain principles of the subject matter herein is a five card draw video poker game. As illustrated in Figure 1, this video casino game 100 entails dealing a player five cards that are displayed on the game video display 110. Using touch screen discard buttons 112a, 112b, 112c, 112d or 112e, the player can discard one or more of these cards and "draw" new ones off the deck. According to one embodiment of the inventive subject matter disclosed herein, the following rules of play are used to conduct a tournament on a video poker casino game such as, but not limited to, a five card draw poker game: • The tournament lasts for ten (10) poker hands. • Each hand is played at max bet of a specified amount, such as five coins. • Each hand must be played within a specified period of time, such as 15 seconds. In this example the total tournament would last for approximately 2 minutes and 30 seconds. • Each player keeps all winnings from his or her hands. • At the end of the ten poker hands, the player with the highest amount won during the ten hands wins the tournament and the tournament prize. According to one example embodiment, a general sequence of operation for the tournament may proceed as illustrated in Figures 2A-2F. Other sequences accomplishing the same general effect are also possible for alternate embodiments. The sequence may begin with a player playing the "normal" game 200 on a video poker game, such as five card draw. As illustrated in Figure 2 A, a message 202 may appear on the screen while the player plays the normal game. The message may be, for example: " Tournament starts in 2 minutes. Press JOIN or CANCEL to continue playing." If the player does not press either button the message will remain on the screen until the tournament starts. If the player presses CANCEL the message is removed from the display. If the player presses JOIN, a message 204 window appears. " Tournament fee $xx. Press JOIN button or CANCEL to return to game," as illustrated in Figure 2B. Where xx is equal to ten hands at max bet for the tournament denomination. If the player presses JOIN, one of the two things will occur: If the player has sufficient funds in the credit meter, then the tournament fee is subtracted from the credit meter and escrowed by the tournament server (described below). If not, then a message appears instructing the player to insert additional money to Join or press CANCEL to return to game. Once the tournament fee is paid a message window 206 appears that informs the player of their player number / ID, as illustrated in Figure 2C. One minute prior to the tournament a reminder message appears. As shown in Figure 2D, when the tournament starts the escrowed tournament fee is returned to the player's credit meter 208 and a scoreboard 210 appears on the screen that shows the player's score followed by a ranking of the top eight players in the tournament. As each hand is dealt, the number of remaining hands is displayed in a message bar 212. The same cards are dealt to all participants. Referring now to Figure 2E, when the deal is complete, the 'Hold' buttons behind the cards are enabled and the 'Ready' button 214 is enabled. Players play the normal poker game by selecting cards to hold, such as card 216. When a player is satisfied with their selection they can press READY to allow the game to proceed. When all players have pressed READY the game continues. If the time remaining for the hand runs out, then the game proceeds without the player pressing the READY button. At the end of each hand, the scores are tallied and the player rankings on the scoreboard are updated. At the end of 10 hands, the player with the highest total is awarded the prize, and a message 218 is displayed announcing the win, as shown in Figure 2F. As illustrated in Figure 3, one embodiment 300 of the poker tournament game provides for an independent application 302 that runs on a central server 304 and interacts with a number of gaming terminals 306. The number of terminals is not fixed and may vary from one tournament to the next. According to one embodiment, the poker tournament communicates only with the gaming terminal coordinator 308 (e.g. CGamingTerminal described below) and has no direct interaction with or knowledge of the internal components that comprise the gaming terminal application. Coordinator 308 interacts with the gaming terminal bank 310 and presentation services 312. One embodiment of a software design for the above described game is illustrated in the class diagram of Figure 4. As shown in Figure 4, the poker tournament (CPokerToumament 402) is derived from CService 404. Therefore, it has a thread of execution 404a, a socket 404b and a timer 404c. The rales require that the same cards are dealt to all participants. To accomplish this, CPokerToumament 402 performs in the role of centralized dealer and contains a StandardDeck 403 of 52 cards. The deck is shuffled before each hand is dealt. CPokerToumament 402 also tracks player rankings with CRankMap 411. CToumamentTerminal 406 is responsible for conducting an instance of the tournament with an individual Gaming Terminal through CGamingTerminal 409. It is responsible for the behavior of the game and for interface with the player. CToumamentTerminal 406 contains the PokerHand 407 for an individual terminal and tracks the score for that terminal. CToumamentTerminal 406 contains aBankAPI S and a Presentation APIA1 , which are proxy classes for the Bank and the display, respectively. Note that CToumamentTerminal 406 is NOT a service and does not have a separate thread of execution. Tournament terminals are contained by the poker tournament and run within its thread. Also note that there may be an arbitrary number of participants in each tournament. CPokerToumament 402 instantiates a CToumamentTerminal 406 object for each gaming terminal that is online when the tournament invitations are issued. These objects exist for the life of the tournament and are destroyed when the tournament is complete. CPokerToumament 402 receives ISC messages through its socket. Most messages are routed to the individual tournament terminal objects for processing. The poker tournament service (embodied in CPokerToumament 402) is intended to be a persistent application that runs continuously on a central server such as a site controller. The service initiates tournaments at periodic intervals or at specific times. Referring now to the sequence diagram of Figure 5, the start-up will be described. Although only one gaming terminal is shown in the figure, the sequence of operation will apply to any number of terminals. Two minutes and 30 seconds prior to the start of the tournament, CPokerToumament 402 broadcasts a Request Service message 502 to all Gaming Terminals. Each Gaming Terminal that is online when the broadcast is sent will respond with a Request Service Response message 504. This message conveys the Gaming Terminal's network address back to the Tournament Server. For each Gaming Terminal that responds, CPokerToumament 402 constructs a corresponding CToumamentTerminal 406 object. Two minutes prior to the start of the tournament, CPokerToumament calls the SendlnvitationQ method 506 of each Tournament terminal. Tournament Terminal 406 performs some internal initialization and commands the Gaming Terminal to load the invitation dialog by calling the Load() method 508 in the Presentation API. CPresentationAPI 410 constructs and sends a Load command message 510 to the Gaming Terminal. CGamingTerminal 409 routes the message 512 to the Presentation Service (CNxt_PS 514). The Presentation Service loads the specified script and displays the invitation. Sometime later, the player presses the JOIN button. The Presentation Service constructs and sends a PO Response message 516 to the Gaming Terminal. The message indicates that the JOIN button has been pressed. The Gaming Terminal routes the message 518 to CPokerToumament 402. Thus, there has been described above various example embodiments of a toumament game for gaming terminals such as, but not limited to, video poker games.

Claims

In the claims:
1. A method comprising: on a plurality of video gaming machines conducting a video card game tournament; wherein the tournament lasts for a plurality of hands; each hand played includes a bet; each hand must be played within a period of time such that the total tournament lasts a period of time that is not unlimited; and the player keeps all winnings from the hands.
2. A method comprising: on a video gaming machine displaying a message offering a player an opportunity to join a card game tournament; if the player elects to join the tournament collecting a tournament fee from the player; playing two or more rounds of the tournament, wherein, in each round: a) tournament players are each dealt a poker hand wherein each player receives the same cards in their hand; b) each tournament player my hold or discard different ones of the cards in a hand, wherein the player is provided a limited period of time in which to make the decision to hold or discard; c) dealing additional cards to each player that has discarded one or more cards; c) each tournament player achieves an outcome in each round that is dependent on the cards the player holds or discards; and following completion of the tournament rounds, determining a winning tournament player based on one or more criteria.
3. A method comprising: on a video gaming machine displaying a message offering a player an opportunity to join a card game tournament; if the player elects to join the tournament collecting a tournament fee from the player; playing two or more rounds of the tournament, wherein, in each round: a) tournament players are each dealt a hand of cards wherein each player receives the same cards in their hand; b) each tournament player my hold or discard different ones of the cards in a hand; c) each tournament player achieves an outcome in each round that is dependent on the cards the player holds or discards; and following completion of the tournament rounds, determining a winning tournament player based on one or more criteria.
4. A method comprising: on a video gaming machine displaying a message offering a player an opportunity to join a tournament played on the video gaming machine; if the player elects to join the tournament collecting a tournament fee from the player; playing two or more rounds of the tournament, wherein, in each round: a) tournament players each play their own respective game wherein the outcome of each game is dependent on a player's choices in their respective game; b) following completion of the tournament rounds, determining a winning tournament player based on one or more criteria.
5. A method according to claim 4 further comprising on a video casino game having a video display and a credit meter, providing a video poker game for play by a player:
6. A method according to claim 4 further comprising while the player is playing the video poker game, displaying a message on the display of the video game offering the player an opportunity to play in a tournament.
7. A method according to claim 4 further comprising allowing the player to enter the tournament by use of an input to the video casino game;
8. A method according to claim 4 further comprising wherein the offer to join the tournament has deadline;
9. A method according to claim 4 further comprising if the player elects to participate in the tournament, displaying a message on the casino game display requesting payment of a tournament fee;
10. A method according to claim 4 further comprising if the player has sufficient funds in the credit meter, subtracting the tournament fee from the credit meter and escrowing it in a tournament server;
11. A method according to claim 4 further comprising if the player does not have sufficient funds, displaying a message instructing the player to insert additional money to enter the tournament, or allowing the player to return the video poker game by entering a selection canceling the player's entry into the tournament;
12. A method according to claim 4 further comprising if the player successfully enters the tournament, displaying a message on the video casino game informing the player of a player identification for the player;
13. A method according to claim 4 further comprising returning the escrowed tournament fee to the player's credit meter and displaying a scoreboard on the screen that shows the player's score followed by a ranking of the top eight players in the tournament;
14. A method according to claim 4 further comprising as each hand in the tournament is dealt, displaying the number of remaining hands on the video casino game display
15. A method according to claim 4 further comprising dealing the same cards to all participants in the tournament;
16. A method according to claim 4 further comprising when the deal is complete, enabling 'Hold' buttons behind the cards and enabling a 'Ready' button on the video casino game;
17. A method according to claim 4 further comprising the player playing the poker game by selecting none or some cards to hold;
18. A method according to claim 4 further comprising a player pressing the READY button to allow the game to proceed;
19. A method according to claim 4 further comprising when all players have pressed READY the game continues;
20. A method according to claim 4 further comprising if the time remaining for the hand runs out, then the game proceeds without the player pressing the
READY button;
21. A method according to claim 4 further comprising at the end of each hand, the scores are tallied and the player rankings on the scoreboard are updated; and
22. A method according to claim 4 further comprising at the end of a number of hands, the player with the highest total is awarded the prize.
PCT/US2005/015412 2004-05-07 2005-05-04 System and method for video gaming tournament WO2005110563A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/557,352 US20070129147A1 (en) 2004-05-07 2006-11-07 System and method for video gaming tournament

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US56927404P 2004-05-07 2004-05-07
US60/569,274 2004-05-07

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/557,352 Continuation-In-Part US20070129147A1 (en) 2004-05-07 2006-11-07 System and method for video gaming tournament

Publications (2)

Publication Number Publication Date
WO2005110563A2 true WO2005110563A2 (en) 2005-11-24
WO2005110563A3 WO2005110563A3 (en) 2007-01-25

Family

ID=35394693

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2005/015412 WO2005110563A2 (en) 2004-05-07 2005-05-04 System and method for video gaming tournament

Country Status (2)

Country Link
US (1) US20070129147A1 (en)
WO (1) WO2005110563A2 (en)

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8087995B2 (en) 2006-03-07 2012-01-03 Wms Gaming Inc. Wagering game with persistent state of game assets affecting other players
US8449387B2 (en) 2006-06-30 2013-05-28 Wms Gaming Inc. Progressive game eligibility and winning
US8460087B2 (en) 2006-04-27 2013-06-11 Wms Gaming Inc. Community wagering game with multiple player selections
US9607479B2 (en) 2013-09-20 2017-03-28 Bally Gaming, Inc. Tournament gaming system with shared elements
US10032338B2 (en) 2015-09-23 2018-07-24 Igt Gaming system and method providing a gaming tournament having a variable average expected point payout
US10058772B2 (en) 2008-11-11 2018-08-28 Igt Gaming system, gaming device and method providing a group of timed games
US10325450B2 (en) 2016-09-21 2019-06-18 Igt Gaming system and method for providing a plurality of chances of winning a progressive award with dynamically scalable progressive award odds
US10373442B2 (en) 2006-06-13 2019-08-06 Igt Server based gaming system and method for selectively providing one or more different tournaments
US10733838B2 (en) 2018-11-16 2020-08-04 Igt Gaming system and method providing tournament-style free activation feature
US11055951B2 (en) 2019-03-01 2021-07-06 Aristocrat Technologies Australia Pty Limited Individual metamorphic linked jackpots
USD931300S1 (en) 2019-08-23 2021-09-21 Aristocrat Technologies Australia Pty Limited Display screen with animated graphical user interface
US11244532B2 (en) 2019-03-01 2022-02-08 Aristocrat Technologies Australia Pty Limited Digital lobby and multi-game metamorphics
US11257318B2 (en) 2019-08-07 2022-02-22 Aristocrat Technologies, Inc. Systems and techniques for providing animated leaderboards
US11462077B2 (en) 2019-03-01 2022-10-04 Aristocrat Technologies Australia Pty Limited Controlling an electronic gaming machine to provide a bonus feature opportunity
US11521462B2 (en) 2018-10-05 2022-12-06 Aristocrat Technologies, Inc. Systems and methods for providing dynamic rewards
US11636735B2 (en) 2019-08-07 2023-04-25 Aristocrat Technologies, Inc. Sticky wilds feature for tournament gaming for electronic gaming machines and other computing devices
US11763634B2 (en) 2019-10-10 2023-09-19 Aristocrat Technologies, Inc. Tournament gaming for electronic gaming machines and other computing devices
US11798356B2 (en) 2018-10-05 2023-10-24 Aristocrat Technologies, Inc. Systems, apparatus, and methods for unlocking higher RTP games
US11887440B2 (en) 2019-08-07 2024-01-30 Aristocrat Technologies, Inc. Tournament gaming system with all wins multiplier mode
US11928930B2 (en) 2018-10-05 2024-03-12 Aristocrat Technologies, Inc. Systems and methods for providing dynamic rewards

Families Citing this family (54)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7980954B2 (en) * 2005-05-19 2011-07-19 Wms Gaming Inc. Wagering game system with shared outcome determined by a gaming machine
US8814669B2 (en) 2005-12-08 2014-08-26 Igt Systems and methods for post-play gaming benefits
WO2008011089A2 (en) 2006-07-20 2008-01-24 Wms Gaming Inc. Wagering game with special-event eligibility feature based on passive game play
US7735830B2 (en) * 2006-09-26 2010-06-15 Wizard Of Odds Consulting, Inc Card game allowing redeals
WO2009061383A1 (en) * 2007-11-08 2009-05-14 Wms Gaming Inc. Gaming system having graphical indicators of community bonus awards
US20090124354A1 (en) 2007-11-12 2009-05-14 Acres-Fiore, Inc. Method for attributing gameplay credit to a player
US20090239648A1 (en) 2008-03-21 2009-09-24 Acres-Fiore Patents Method and apparatus for altering gaming device configuration responsive to information related to a player of the gaming device
US20090264171A1 (en) 2008-04-16 2009-10-22 Acres-Fiore, Inc. Generating a score related to play on gaming devices
US8657662B2 (en) 2008-09-04 2014-02-25 Patent Investment & Licensing Company Gaming device having variable speed of play
US20100124980A1 (en) 2008-11-17 2010-05-20 Acres-Fiore Patents method for configuring casino operations
US8702490B2 (en) 2009-07-24 2014-04-22 Patent Investment & Licensing Company Gaming device having multiple game play option
US8419546B2 (en) 2009-08-31 2013-04-16 Igt Gaming system and method for selectively providing an elimination tournament that funds an award through expected values of unplayed tournament games of eliminated players
US9997007B2 (en) 2009-10-01 2018-06-12 Patent Investment & Licensing Company Method and system for implementing mystery bonus in place of base game results on gaming machine
US8313369B2 (en) 2009-10-14 2012-11-20 Patent Investments & Licensing Company Outcome determination method for gaming device
US9659442B2 (en) 2009-11-10 2017-05-23 Patent Investment & Licensing Company System and method for measuring gaming player behavior
US8696436B2 (en) 2009-11-16 2014-04-15 Patent Investment & Licensing Company Method for displaying gaming result
US9240094B2 (en) 2009-12-03 2016-01-19 Patent Investment & Licensing Company Rapid play poker gaming device
US8684811B2 (en) 2009-12-03 2014-04-01 Patent Investment & Licensing Company Gaming device having advance game information analyzer
US9728043B2 (en) 2010-12-29 2017-08-08 Patent Investment & Licensing Company Means for enhancing game play of gaming device
US9721423B2 (en) 2010-12-29 2017-08-01 Patent Investment & Licensing Company Event-based gaming operation for gaming device
US9704331B2 (en) 2010-12-29 2017-07-11 Patent Investment & Licensing Company Means for controlling payback percentage of gaming device
US8715077B2 (en) 2012-08-08 2014-05-06 Skillz Inc. Dynamic gameplay advertisements
US9489804B2 (en) 2012-09-28 2016-11-08 Bally Gaming, Inc. Community gaming system with varying eligibility criteria
US8790185B1 (en) 2012-12-04 2014-07-29 Kabam, Inc. Incentivized task completion using chance-based awards
US20140179389A1 (en) * 2012-12-06 2014-06-26 Dennis Nadeau System and method for administering online poker tournaments
US8831758B1 (en) 2013-03-20 2014-09-09 Kabam, Inc. Interface-based game-space contest generation
US9007189B1 (en) 2013-04-11 2015-04-14 Kabam, Inc. Providing leaderboard based upon in-game events
US9626475B1 (en) 2013-04-18 2017-04-18 Kabam, Inc. Event-based currency
US9613179B1 (en) 2013-04-18 2017-04-04 Kabam, Inc. Method and system for providing an event space associated with a primary virtual space
US8961319B1 (en) 2013-05-16 2015-02-24 Kabam, Inc. System and method for providing dynamic and static contest prize allocation based on in-game achievement of a user
US9463376B1 (en) 2013-06-14 2016-10-11 Kabam, Inc. Method and system for temporarily incentivizing user participation in a game space
US9799163B1 (en) 2013-09-16 2017-10-24 Aftershock Services, Inc. System and method for providing a currency multiplier item in an online game with a value based on a user's assets
US9558629B2 (en) 2013-09-19 2017-01-31 Igt Gaming system and method for providing a plurality of chances of winning a progressive award
US11058954B1 (en) 2013-10-01 2021-07-13 Electronic Arts Inc. System and method for implementing a secondary game within an online game
US10282739B1 (en) 2013-10-28 2019-05-07 Kabam, Inc. Comparative item price testing
US10482713B1 (en) 2013-12-31 2019-11-19 Kabam, Inc. System and method for facilitating a secondary game
US9508222B1 (en) 2014-01-24 2016-11-29 Kabam, Inc. Customized chance-based items
US10226691B1 (en) 2014-01-30 2019-03-12 Electronic Arts Inc. Automation of in-game purchases
US9873040B1 (en) 2014-01-31 2018-01-23 Aftershock Services, Inc. Facilitating an event across multiple online games
US9795885B1 (en) 2014-03-11 2017-10-24 Aftershock Services, Inc. Providing virtual containers across online games
US9517405B1 (en) 2014-03-12 2016-12-13 Kabam, Inc. Facilitating content access across online games
US9610503B2 (en) 2014-03-31 2017-04-04 Kabam, Inc. Placeholder items that can be exchanged for an item of value based on user performance
US9744445B1 (en) 2014-05-15 2017-08-29 Kabam, Inc. System and method for providing awards to players of a game
US10307666B2 (en) 2014-06-05 2019-06-04 Kabam, Inc. System and method for rotating drop rates in a mystery box
US9744446B2 (en) 2014-05-20 2017-08-29 Kabam, Inc. Mystery boxes that adjust due to past spending behavior
US9717986B1 (en) 2014-06-19 2017-08-01 Kabam, Inc. System and method for providing a quest from a probability item bundle in an online game
US9452356B1 (en) 2014-06-30 2016-09-27 Kabam, Inc. System and method for providing virtual items to users of a virtual space
US9539502B1 (en) 2014-06-30 2017-01-10 Kabam, Inc. Method and system for facilitating chance-based payment for items in a game
US9579564B1 (en) 2014-06-30 2017-02-28 Kabam, Inc. Double or nothing virtual containers
US10463968B1 (en) 2014-09-24 2019-11-05 Kabam, Inc. Systems and methods for incentivizing participation in gameplay events in an online game
US9656174B1 (en) 2014-11-20 2017-05-23 Afterschock Services, Inc. Purchasable tournament multipliers
US9827499B2 (en) 2015-02-12 2017-11-28 Kabam, Inc. System and method for providing limited-time events to users in an online game
US10424162B2 (en) 2016-09-23 2019-09-24 Igt Gaming system and method providing a gaming tournament with a dynamic equalizer feature
WO2019139998A1 (en) * 2018-01-09 2019-07-18 Alexander Erik Methods and systems for interactive gaming

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6093100A (en) * 1996-02-01 2000-07-25 Ptt, Llc Modified poker card/tournament game and interactive network computer system for implementing same
US20030186745A1 (en) * 2002-03-29 2003-10-02 Nguyen Binh T. Apparatus and method for a gaming tournament network

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6287202B1 (en) * 1996-06-28 2001-09-11 Silicon Gaming, Inc. Dynamic tournament gaming method and system
US5755621A (en) * 1996-05-09 1998-05-26 Ptt, Llc Modified poker card/tournament game and interactive network computer system for implementing same
US6077162A (en) * 1997-01-22 2000-06-20 Casino Data Systems Cooperative group gaming system: apparatus and method
US6039648A (en) * 1997-03-04 2000-03-21 Casino Data Systems Automated tournament gaming system: apparatus and method
BR0110503A (en) * 2000-05-03 2003-04-01 Labtronix Concept Inc Method for playing a card game with a card choice system
US7407434B2 (en) * 2002-01-18 2008-08-05 Case Venture Management, Llc Method and apparatus for a secondary game played in conjunction with a primary game
US20040192443A1 (en) * 2003-03-24 2004-09-30 Merit Industries, Inc. Amusement device communication system
US7798901B2 (en) * 2003-08-18 2010-09-21 Igt Tournament gaming method and system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6093100A (en) * 1996-02-01 2000-07-25 Ptt, Llc Modified poker card/tournament game and interactive network computer system for implementing same
US20030186745A1 (en) * 2002-03-29 2003-10-02 Nguyen Binh T. Apparatus and method for a gaming tournament network

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8172685B2 (en) 2006-03-07 2012-05-08 Wms Gaming Inc. Wagering game with persistent state of game assets affecting other players
US8622812B2 (en) 2006-03-07 2014-01-07 Wms Gaming Inc. Wagering game with persistent state of game assets affecting other players
US8684826B2 (en) 2006-03-07 2014-04-01 Wms Gaming Inc. Wagering game with persistent state of game assets affecting other players
US8087995B2 (en) 2006-03-07 2012-01-03 Wms Gaming Inc. Wagering game with persistent state of game assets affecting other players
US8460087B2 (en) 2006-04-27 2013-06-11 Wms Gaming Inc. Community wagering game with multiple player selections
USRE46405E1 (en) 2006-04-27 2017-05-16 Bally Gaming, Inc. Community wagering game with multiple player selections
US10373442B2 (en) 2006-06-13 2019-08-06 Igt Server based gaming system and method for selectively providing one or more different tournaments
US8449387B2 (en) 2006-06-30 2013-05-28 Wms Gaming Inc. Progressive game eligibility and winning
US10058772B2 (en) 2008-11-11 2018-08-28 Igt Gaming system, gaming device and method providing a group of timed games
US9607479B2 (en) 2013-09-20 2017-03-28 Bally Gaming, Inc. Tournament gaming system with shared elements
US10540852B2 (en) 2015-09-23 2020-01-21 Igt Gaming system and method providing a gaming tournament having a variable average expected point payout
US10032338B2 (en) 2015-09-23 2018-07-24 Igt Gaming system and method providing a gaming tournament having a variable average expected point payout
US11011024B2 (en) 2016-09-21 2021-05-18 Igt Gaming system and method for providing a plurality of chances of winning a progressive award with dynamically scalable progressive award odds
US10325450B2 (en) 2016-09-21 2019-06-18 Igt Gaming system and method for providing a plurality of chances of winning a progressive award with dynamically scalable progressive award odds
US11928930B2 (en) 2018-10-05 2024-03-12 Aristocrat Technologies, Inc. Systems and methods for providing dynamic rewards
US11798356B2 (en) 2018-10-05 2023-10-24 Aristocrat Technologies, Inc. Systems, apparatus, and methods for unlocking higher RTP games
US11521462B2 (en) 2018-10-05 2022-12-06 Aristocrat Technologies, Inc. Systems and methods for providing dynamic rewards
US10733838B2 (en) 2018-11-16 2020-08-04 Igt Gaming system and method providing tournament-style free activation feature
US11790724B2 (en) 2019-03-01 2023-10-17 Aristocrat Technologies Australia Pty Limited Individual metamorphic linked jackpots
US11055951B2 (en) 2019-03-01 2021-07-06 Aristocrat Technologies Australia Pty Limited Individual metamorphic linked jackpots
US11244532B2 (en) 2019-03-01 2022-02-08 Aristocrat Technologies Australia Pty Limited Digital lobby and multi-game metamorphics
US11462077B2 (en) 2019-03-01 2022-10-04 Aristocrat Technologies Australia Pty Limited Controlling an electronic gaming machine to provide a bonus feature opportunity
US11514746B2 (en) 2019-03-01 2022-11-29 Aristocrat Technologies Australia Pty Limited Individual metamorphic linked jackpots
US11636735B2 (en) 2019-08-07 2023-04-25 Aristocrat Technologies, Inc. Sticky wilds feature for tournament gaming for electronic gaming machines and other computing devices
US11257318B2 (en) 2019-08-07 2022-02-22 Aristocrat Technologies, Inc. Systems and techniques for providing animated leaderboards
US11887440B2 (en) 2019-08-07 2024-01-30 Aristocrat Technologies, Inc. Tournament gaming system with all wins multiplier mode
USD931300S1 (en) 2019-08-23 2021-09-21 Aristocrat Technologies Australia Pty Limited Display screen with animated graphical user interface
US11763634B2 (en) 2019-10-10 2023-09-19 Aristocrat Technologies, Inc. Tournament gaming for electronic gaming machines and other computing devices

Also Published As

Publication number Publication date
US20070129147A1 (en) 2007-06-07
WO2005110563A3 (en) 2007-01-25

Similar Documents

Publication Publication Date Title
US20070129147A1 (en) System and method for video gaming tournament
US11475732B2 (en) Location based restrictions on networked gaming
JP4074651B2 (en) Computer-based interactive real-time card selection game
US5957775A (en) Wagering game based on ranking order of game participants
US6120376A (en) Wagering game based on ranking order of game participants
US8357032B2 (en) Online blackjack tournaments with option to purchase card counting report
US8360868B2 (en) Method for progressive card game tournament
US7967674B2 (en) Gaming device and method having a first interactive game which determines a function of a second wagering game
US20060128453A1 (en) System and method for on-line blackjack tournament
US20090029773A1 (en) Poker Tournament Where Players Can Redeem Tournament Chips
US20140038724A1 (en) Electronic game tournament in an amusement device network
US20100029378A1 (en) System and method for administering a progressive jackpot limited to a bonus round
US20110001288A1 (en) Bet the house blackjack
US20030003980A1 (en) Apparent skill game used as a bonus round on a gaming machine
US20110281624A1 (en) Video poker with a tournament feature
US20040204243A1 (en) Challenge-based electronic gaming systems and methods
US20080146340A1 (en) Multiplayer online trivia games and tournaments played for prizes
WO2008027429A2 (en) Method of providing an entertainment bonus for a wagering game

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 11557352

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

WWW Wipo information: withdrawn in national office

Country of ref document: DE

WWP Wipo information: published in national office

Ref document number: 11557352

Country of ref document: US

122 Ep: pct application non-entry in european phase