Mines Navigate through the minefield and cash out before hitting a mine! Info Mines Game Information

Winning Probabilities

The probability of winning increases with each safe tile you reveal. Here's how it works:

For each tile you reveal:

  • More mines = Higher risk = Higher potential payout
  • Fewer mines = Lower risk = Lower potential payout
  • Each safe tile increases your multiplier

Example:

With 3 mines on the board:

  • First tile: 88% chance of being safe
  • Second tile: 87% chance of being safe
  • Third tile: 86% chance of being safe

Game Rules & Information

If you leave the page while playing:

  • If you haven't revealed any tiles, your game session will be ended after 5 minutes of inactivity
  • If you have revealed tiles, the auto cashout will process your gains within 15 seconds

Balance

{formatValue(balance)}

= 7}> {#each Array(TOTAL_TILES) as _, index} {/each}

Max bet: {MAX_BET_AMOUNT.toLocaleString()}

{#if !isPlaying} {:else} {#if hasRevealedTile}
Auto Cashout in {Math.ceil(AUTO_CASHOUT_TIME - autoCashoutTimer)}s
= 7} style="width: {autoCashoutProgress}%" >
{/if} {#if hasRevealedTile}
Current Profit: +{formatValue(betAmount * (currentMultiplier - 1))}
Next Tile: +{formatValue(betAmount * (calculateRawMultiplier(revealedTiles.length + 1, mineCount) - 1))}
Current Multiplier: {currentMultiplier.toFixed(2)}x
{/if} {/if}