This invention relates generally to mechanical, electro-mechanical, and computer-based slot-machine-type games of chance.
To play a conventional multi-line slot machine, the player deposits money into the machine, sets the wager, spins the reels, and collects awards for winning symbol combinations appearing on selected pay lines, according to pay schedule. The reel strips are stored in the device's memory as an array of symbol numbers, or similar identifiers,
Where NUMREELS is constant, typically five or six, representing the number of reel strips, and MAXNUMSTOPS is the maximum of the number of slots per reel strip. Typically the reel strips have different lengths recorded in an array
Thus Reel Strips [i][j] stores the number of symbol in slot j on reel number i, for every
For a concrete example, consider a slot machine with 3 reel strips having 5, 6 and 7 slots respectively. The array ReelStrips would look like Array 1:
Where 0 is the first reel strip, 1 is the second reel strip, and 2 is the third reel strip, and 100 represents a certain symbol, for example a bar, 101 represents another symbol, for example a cherry, 102 represents a “7”, 103 represents a bell, and so on. Thus ReelStrips[1][2] would represent a cherry because a cherry is represented by the number 101, and 101 is the number that is found in the array in the position of the second slot of Reel 1.
When a play is initiated, a stop is selected at random for each reel. Then a spinning-reel display is presented to the player. At the end of the play, the spinning ceases with each reel displaying its previously selected stop. The resulting display may be represented as:
Where R represents the number of rows of the display matrix, N=NUMREELS is the number of reels, and
To continue with the concrete example above, and assuming the display has two rows, at the start of play to following symbols could be randomly generated.
When the spinning ceases, the display would be caused to show the symbols corresponding to the symbol numbers above. In this case, the first row would display a bar, a “7”, and a bell, and the second row would display three cherries. If the second row represented an active play line, and three cherries were defined as a winning combination, then the player would win a prize based on the bottom row of the display.
When the player starts the next play, a new array s would be randomly generated and, when the spinning ceased, the corresponding symbols displayed to the player. And so on.
Two properties of this type of play are: (a) the set of reel strips does not change, and (b) each reel stop is selected randomly and independently of each other reel stop. These properties limit the possible player experiences. For example, if each reel strip is diversely populated with symbols. If each reel strip contains, for each symbol, stacks of consecutive slot occupied by that symbol, then a typical screen shot involves the occurrences of stacks of different symbols, rather than stacks of the same symbol, across reels.
Players can suffer from boredom by playing games having various different collections of symbol graphics but all using the same game play methods and awards, casinos suffer from the players' boredom and from their inability to distinguish their games offerings from those of other casinos, and game manufacturers suffer from declining orders inasmuch as They are not able to distinguish their product lines from the product lines of other manufacturers.
U.S. Publication 2008/0,064,477, Fong et al., “Gaming Machine with Random Symbol Selection,” 13 Mar. 2008, disclosed a game system in which a first symbol is selected from a symbol set for display in a top row of a column, then a second symbol is selected from the symbol set for display in the middle row of the same column. The symbol set is modified between selections. For example, after the first symbol is selected, any like symbols are removed from the symbol set before the second symbol is selected, thereby preventing the same symbol from appearing in two consecutive rows of the same column. In similar fashion, the symbol set is again modified after selection of the second symbol by removing any like symbol, and then a third symbol is selected for display in the bottom row of the same column. This technique assures each symbol displayed in any one column will differ from all other symbols displayed in the same column.
U.S. Pat. No. 7,575,514, Cuddy et al., “Gaming Devices Having a Matrix and Symbol Generator”, 18 Aug. 2009, discloses a game system in which the symbols in each of a plurality of groups of symbols are selected sequentially, and any symbol selected more than once may pay an award. For example, a left-hand column might be selected as a first group and then a middle row might be selected as a second group. One symbol lies at the intersection of these two groups, and since that symbol will have been selected twice, the player may receive an award if that one symbol is a symbol that pays.
However, there remains a need for a slot-machine-type game that provides more excitement and variety.
Embodiments of the invention provide for increasing the relative frequency of certain configurations which are desirable and exciting for the player, relative for the frequency of less exciting configurations, while staying within the framework of independently stopped reels, by randomly modifying the reel strips prior to each spin through a family of formally defined substitution methods. These new methods admit correlations, across reels, of the occurrence of various symbol combinations, and thus create new varieties of exciting game play not possible in the standard framework.
Briefly and in general terms, a method of operating a slot machine responsive to a command from a player to commence a play includes selecting a symbol schema, replacing symbols on a reel with symbols prescribed by the schema, and presenting a spinning reel display to the player. If a winning combination of symbols appears in a pay line of the slot machine, the player gets an award. The schema may be selected randomly, or according to a weighted probability, or according to a count of recent plays. All symbols of one type may be replaced with one other type of symbol, or with a variety of different symbols as prescribed by the schema. A symbol stack may be replaced with another symbol stack. Symbols may be replaced on one, several, or all of the reels that make up the display.
A slot machine in which this method may be used typically includes a processor, a video display that shows spinning reels, a start control, and instructions that cause the processor to select a symbol schema, replace a plurality of symbols that make up a reel with symbols prescribed by the selected schema, depict spinning reels on the display, and if a winning combination of symbols appears in a pay line, give an award to the player.
Embodiments of the invention will now be described in more detail. Consider the previously-discussed array
Prior to each play the array is modified. The most general form of our method involves a collection of sets of reel strips together with a probability distribution over that collection. More precisely, we use an array of sets of reel strips.
For example, the array
And the game could be configured so that set 0 would be twice as likely to appear as set 1. Or the game could be configured with a uniform probability of selecting any one set. In this case, several sets might contain the same arrangements of symbols such that the probability of the player receiving a given arrangement of symbols would depend on how may sets contained that arrangement.
Some embodiments use what amounts to special cases of this method, wherein the symbols in certain designated regions on a fixed set of reel strips are randomly changed. By appropriately enumerating every possible changed set of reel strips, one sees that this is indeed a special case of the method described above. Such a symbol substitution method will now be described.
A substitution region will consist of all slots on a fixed set of reel strips
Such a substitution schema may be presented as an array
Then
A probability distribution of schemas may be represented as an array
In some embodiments a substitution device is a perturbation table. This is an array
This algorithm can be implemented in the C++ programming language as follows. Assume that
Is an array which holds the schema selected for the current spin. The following C++ code implements the schema selection process using the array of weights perturb. First, a schema number is randomly selected:
Then for each reel number i and each symbol number j the substitution symbol Schemas[schema_num][i][j] is randomly changed according to the perturbation Probabilities derived from the array Perturb, and the value is recorded as
Then the required substitutions are performed, and the modified reel strips are recorded in the array
For a slot machine game, the schemas and perturb arrays may be supplied as a text file, in addition to the reel strips, pay table, and other parameters of the game.
One embodiment, nicknamed “Super Stacks”, involves using the substitution method described above to create stacks of consecutive positions occupied by the same symbol. The simplest version of a Super Stack game involves a reserved symbol, say symbol number 0, which can be thought of as a black symbol, and a set of reel strips
In other embodiments perturbations may be used, and there may be more than one substitution region per reel.
in another embodiment, the substitution method is used to improve an existing game. In the notion set forth above, an identity schema prescribes that every occurrence of symbol j on reel i be replaced by the same symbol j. if such a schema is selected, the original reel strips are left unchanged if there are no perturbations. Such as schema could be used a relatively large percentage of the time, and different schemas the remainder of the time, thus achieving a modest enhancement of the original game. Alternatively, schemas that involve may substitution for only a few symbols could be used often, thereby achieving a more radical departure from the original game.
Another embodiment, nick-named “Interleaved Reels”, starts with two or more sets of reels as in the summary above. These are represented by an array:
Aspects of various embodiments will now be explained with references to the drawings.
One or more manual controls 105 may be provided to enable the player to select various feature of a game. Some slot machines do not provide the player with any choices. In some slot machines a manual control may take the form of a push-button or a lever that starts the play.
A video display such as a cathode-ray tube or flat-panel display 115 provides a visual image of the spinning reels. The display is controlled by the processor. Symbols carried by the reels are displayed in on or more pay line windows such as upper pay line window 117, a middle pay line window 119 and a lower pay line window 121.
The processor is programmed to play one or more games embodying the various principles of play as described above. The programming my take the form of hard-wired instructions as indicated symbolically at 123, or the instructions may be stored in a memory 125. The memory 125 may be a discrete device as shown or it may be part of the processor.
A random number generator 127 may be used to generate schemas, to select symbols for replacement, or for other purposes in connection with the various principles of play as described above. The random generator may take the form of a discrete element in communication with the processor, or it may be embedded in the instruction 123 or memory 125, or it may an integral part of the processor.
In some embodiments the various schemas and symbol substitutions may be computed in advance of play or on-the-fly at the start of each play in the slot machine. Or the computations may be carried out ahead of time in a separate computer system (not shown) and included in the instructions 123 or loaded into memory 125 or communicated to the processor in some other way such as over a communications link 129.
Where a schema has been selected, symbols on a reel are replaced according to the schema (215). For example, a preselected symbol may be removed whenever it appears on the reel and replaced with one symbol prescribed by the schema (217) or with various symbols prescribed by the schema (219). Symbols may be randomly selected for replacement (221). Symbols may be selected by a weighted procedure (223). A stack of symbols may be replaced with a stack of different symbols once pre reel or every time the stack appears on the reel (225), or a stack may be randomly selected for replacement (227).
Symbols on one or more other reels may also be replaced (229). When all replacing of symbols has been completed, the reels are spun mechanically or in video depiction (213). If a winning combination of symbols appears in a pay line, an award is given (233), for example in the form of a cash payout or in the form of credits that can be used for future games or exchanged for cash at the player's option. The play may repeat at the player's option.
Various embodiments and features have been described, but the invention is not to be limited by any of these embodiments or variations or by anything in the drawings or the forgoing description. The invention is to be limited only by the claims.
Number | Name | Date | Kind |
---|---|---|---|
5833538 | Weiss | Nov 1998 | A |
6234897 | Frohm et al. | May 2001 | B1 |
6347795 | De Leljer | Feb 2002 | B1 |
6739973 | Lucchesi et al. | May 2004 | B1 |
7070502 | Bussick et al. | Jul 2006 | B1 |
7291067 | Tarantino | Nov 2007 | B2 |
7530893 | Thomas | May 2009 | B2 |
7722457 | Marks et al. | May 2010 | B1 |
7819741 | Luciano | Oct 2010 | B1 |
7883405 | Robb | Feb 2011 | B2 |
8251794 | O'Halloran | Aug 2012 | B2 |
8267767 | Kryuchkov et al. | Sep 2012 | B2 |
8337311 | Amos et al. | Dec 2012 | B2 |
20020055381 | Tarantino | May 2002 | A1 |
20030040355 | Baerlocher | Feb 2003 | A1 |
20030064778 | Berman et al. | Apr 2003 | A1 |
20040053682 | Nelson et al. | Mar 2004 | A1 |
20040242315 | Paulsen et al. | Dec 2004 | A1 |
20050282607 | Gauselmann | Dec 2005 | A1 |
20060030390 | Okada | Feb 2006 | A1 |
20060116190 | Baerlocher | Jun 2006 | A1 |
20060178199 | Thomas | Aug 2006 | A1 |
20060252517 | Walker et al. | Nov 2006 | A1 |
20070060248 | Rodgers et al. | Mar 2007 | A1 |
20070105611 | O'Halloran | May 2007 | A1 |
20070287529 | Kojima | Dec 2007 | A1 |
20080102923 | Esses et al. | May 2008 | A1 |
20080132321 | Pau | Jun 2008 | A1 |
20080146344 | Rowe et al. | Jun 2008 | A1 |
20090069071 | Aoki et al. | Mar 2009 | A1 |
20090111574 | Rowe | Apr 2009 | A1 |
20090227357 | Rasmussen | Sep 2009 | A1 |
20090298573 | Bramble | Dec 2009 | A1 |
20090318215 | Acres | Dec 2009 | A1 |
20100210343 | Englman et al. | Aug 2010 | A1 |
20110263314 | Chim et al. | Oct 2011 | A1 |
20130084944 | Yoshimi | Apr 2013 | A1 |
Number | Date | Country | |
---|---|---|---|
Parent | 12896642 | Oct 2010 | US |
Child | 13432140 | US |