LogoLogo
  • Getting Started
  • Games
    • Towers
    • Roulette
    • Lottery
  • Platform Features
    • Leaderboard System
    • Rank System
    • Promo Codes
    • Affiliate Program
  • $GAMES
    • Tokenomics
    • Payouts
  • Platform
    • Deposits & Withdrawals
    • Social Features
    • Support & Resources
Powered by GitBook
On this page
  • Game Overview
  • Key Game Mechanics
  • How to Play
  • Visual Tower Representation
  • Multiplayer Experience
  • House Edge & Affiliate Advantage
  • Code Implementation・Provably Fair
Export as PDF
  1. Games

Towers

Our signature tower-climbing game with increasing multipliers and real-time multiplayer action.

PreviousGetting StartedNextRoulette

Last updated 1 month ago

Climb higher, win bigger in our signature game

Game Overview

Multiplayer Towers challenges players to climb as high as possible while managing increasing risk. Each level you ascend increases your multiplier and potential reward, but one wrong choice will end your climb. The thrill comes from deciding when to cash out versus when to push your luck for bigger wins.


Key Game Mechanics

How to Play

  1. Betting Phase: Each round begins with a 20-second window to place your bets.

  2. Climbing Phase: After betting closes, players have 5 seconds per level to choose one of three "elevators" to advance upward.

  3. Hidden Bombs: On each level, one of the three choices contains a hidden bomb that will end your climb if selected.

  4. Cash Out Option: Players can choose to cash out at any time between levels to secure their current winnings.

Visual Tower Representation

The tower is visually represented on screen with each level clearly marked. As you climb higher, your character moves up the tower, and your potential payout increases according to the multiplier displayed on the side, which corresponds to your current level.

Multiplayer Experience

Watch other players climb in real-time and see their choices. You can see the profile pictures of users entering different elevators, which adds a social element and can inform your strategy.

House Edge & Affiliate Advantage

One of the most compelling aspects of Multiplayer Towers is our transparent and competitive house edge structure:

  • Standard House Edge: 6.5%

This competitive edge represents a significant advantage that can substantially improve your expected returns over time.


Code Implementation・Provably Fair

Our house edge implementation ensures transparent and fair gameplay:

// House Edge Implementation for Multiplayer Towers
function calculateTowerPayout(betAmount, towerHeight, hasAffiliateCode) {
    // Calculate multiplier based on height
    const heightMultiplier = 1 + (towerHeight * 0.15);
    
    // Apply appropriate house edge
    const standardHouseEdge = 0.065;
    const affiliateHouseEdge = 0.02;
    const appliedEdge = hasAffiliateCode ? affiliateHouseEdge : standardHouseEdge;
    
    // Calculate final payout with house edge applied
    const adjustedMultiplier = heightMultiplier * (1 - appliedEdge);
    return betAmount * adjustedMultiplier;
}

With Affiliate Code: Reduced by 1% (to 5.5%) through our

With Highest Rank: Further reduced to 2% at the

affiliate program
highest rank
Page cover image
Multiplayer Towers Game