-
Notifications
You must be signed in to change notification settings - Fork 0
/
introtext.html
21 lines (16 loc) · 1.1 KB
/
introtext.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<body>
<h1>Objective</h1>
<p>The objective of this game is to LOSE AS LITTLE PLAY MONEY as possible. The participant who LOSES THE LEAST in this game will receive a valuable gift card. You lose money if you fail to get a winning combination of three symbols in the middle row of the machine. The amount you lose depends on how much you have bet.
</p>
<h1>Payouts</h1>
<p>Symbol combinations and the value of your wager determine the payout. A table with your wager options and the specific payout amounts is displayed on the face of the machine.
</p>
<h1>How to Play</h1>
<p>
Change the value of your wager by clicking on the <em>Increase Wager</em> or <em>Decrease Wager</em> buttons. The value of your current wager is shown in the <em>Wager</em> display.</p>
<p>
Once you have adjusted your wager, click on the <em>Spin</em> button to spin the reels. You win money if you achieve a winning combination. You lose your wager if you don't get a winning combination. The result of each round is shown in the<em>Win</em> display. Your total balance is shown in the <em>Balance</em> display.
</p>
</body>
</html>