Hi-Lo
*This game is disabled on small screens
I’m using the cheerpj API by Leaning Technologies, which converts java jar files into a format that can be run on a web browser (You know since Java does not have applets anymore).
The disadvantage is that it takes a while to load but I can run it on my WordPress site with little hassle.
Ok back to the matter at hand, the game below is called Hi-Lo.
The game of High-Low is defined by a few straightforward rules. In the game, a pair of unbiased dice are rolled. The outcome is:
* High if the sum is 8, 9, 10, 11, or 12.
* Low if the sum is 2, 3, 4, 5, or 6
* Seven if the sum is 7
A player can bet on any of the three outcomes but must declare what type of game they are playing before they roll the dice. The payoff for a successful bet of High or for a successful bet of Low is 1:1 and the payoff for a bet of Seven is 4:1. So if a player bets 10 points on High and wins they receive 10 points, however a successful bet on Seven results in a pay-out of 40 points to the player.
Refresh the page to play again.