|

|
STEP 2:.
When a player pulls the lever, the computer records the next three
numbers generated. At this step, technically the computer has already
decided whether the outcome is a win, lose or jackpot.
STEP 3:.
The numbers are simplified by a mathematical formula to yield three
smaller numbers, typically one to three digits long. The new numbers
correspond to stop positions on each of the slot machine's reels. These
stop positions will have the corresponding symbols mapped in the computer
chips.
In C++ language, it can be following scripts to get a random integer
between min and len
rand() % len + min;
STEP 4:.
The computer rolls each reel into the correct stop position to reveal
the outcome. Each reel has 22 possible stop positions, and many of these
stops can be activated by more than one stop number (high-payout stops
are usually assigned fewer numbers, so the odds of getting them will
be lower). While video slot machines and online slots don't use mechanical
reels, the underlying process is the same.
.
Cracker Jack. is a three reel, one payline,
and two coin slot machine. It has a wild,
multiplier symbol and the maximum payout is 5,000 coins.
The Cracker Jack. symbol is wild and substitutes for
any other symbol to complete
winning combinations.
A single Cracker Jack. symbol doubles the payout of
any combination it completes.
Two Cracker Jack symbols quadruple the payout of any combination
they complete.
|
|
 |