the power of javascript
what is javascript? program library site information javascript links
  program library
Dice Game (Big Or Small)
This is a simple dice game where the player makes a bet on what the sum of three dice will be before rolling the three dice. The player can bet any of the following three outcomes: "small", "big", or "three in a row". The following is a key to the three outcomes:
  • If the total score on the dice is 10 or less, it's small.
  • If the total score on the dice is over 10, it's big.
  • If all three dice fall on the same number, it's three-in-a-row.
If the player's bet matches the actual outcome after rolling the dice, the player wins the bet. Otherwise, the player loses.

This type of dice game is very popular in Hong Kong and is prominently featured in Hong Kong gambling movies.
Your bet, please?
Small
Big
Three in a row





Key:
10 or under = Small
over 10 = Big
All three the same = Three in a row

 
©2000 Peggy Wong