In core logic, Dice and Limbo are very similar games.
You pick a target (either via a “multiplier”, or equivalently via a “roll-over / roll-under threshold / win-chance”)
You choose a stake (bet amount).
Then, a random number is generated to determine if you win.
While the user interface (UI) and presentation (the "flavor") of Dice and Limbo may look different, they operate on the same fundamental principle:
Stake X Chosen multiplier → Payout if the roll/number meets your target; otherwise you lose your stake.
If the randomly drawn result meets or exceeds your chosen target, you win the calculated payout; otherwise, you lose your stake.
