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
  • 36-Number Wheel
  • Flexible Betting System
  • Real-time Spinning Animation
  • House Edge & Affiliate Advantage
  • Betting Options & Payouts
  • Code Implementation・Provably Fair
Export as PDF
  1. Games

Roulette

Our enhanced roulette with competitive house edge.

PreviousTowersNextLottery

Last updated 1 month ago

Experience classic roulette with competitive odds

Game Overview

Our Roulette features 36 numbers plus one green zero, providing classic roulette action with a competitive house edge compared to traditional casinos.


Key Game Mechanics

36-Number Wheel

Our wheel provides:

  • Number Range: 0-36 (37 total positions)

  • Color Distribution: 18 red, 18 black, 1 green (0)

  • Visual Appeal: Sleek design with clear number and color visibility

Flexible Betting System

Place bets with remarkable flexibility:

  • Chip Values: 0.01, 0.05, 0.1, 0.5, 1, 2 SOL

  • Stackable Chips: Combine chips to create any bet amount

  • Multiple Simultaneous Bets: Place several different bets on a single spin

  • Bet Types: Full range of inside and outside bets as shown on the table layout

Real-time Spinning Animation

Watch the wheel spin in high-quality animation:

  • Physics-Based: Realistic ball movement

  • Sound Effects: Immersive audio enhances the experience

  • History Display: View previous spin results to inform your strategy

House Edge & Affiliate Advantage

Our roulette offers a transparent and competitive house edge:

  • Standard House Edge: 6.5%

This competitive edge makes our roulette one of the most player-favorable in the industry, especially when using an affiliate code.

Betting Options & Payouts

Bet Type
Description
Payout
Win Probability

Single Number

Bet on an exact number

35:1

1/37 (2.7%)

Split

Bet on two adjacent numbers

17:1

2/37 (5.4%)

Street

Bet on three numbers in a row

11:1

3/37 (8.1%)

Corner

Bet on four adjoining numbers

8:1

4/37 (10.8%)

Six Line

Bet on six numbers (two rows)

5:1

6/37 (16.2%)

Column

Bet on a column of numbers

2:1

12/37 (32.4%)

Dozen

Bet on groups of 12 numbers

2:1

12/37 (32.4%)

Red/Black

Bet on color

1:1

18/37 (48.6%)

Even/Odd

Bet on even or odd numbers

1:1

18/37 (48.6%)

High/Low

Bet on high (19-36) or low (1-18)

1:1

18/37 (48.6%)


Code Implementation・Provably Fair

Our house edge implementation ensures transparent and fair gameplay:

// House Edge Implementation for Roulette
function calculateRoulettePayout(betAmount, betType, betNumbers, winningNumber, hasAffiliateCode) {
    // Define standard payout ratios for different bet types
    const payoutRatios = {
        'single': 35,
        'split': 17,
        'street': 11,
        'corner': 8,
        'sixLine': 5,
        'column': 2,
        'dozen': 2,
        'color': 1,
        'evenOdd': 1,
        'highLow': 1
    };
    
    // Determine if bet is a winner by checking if winning number is in betNumbers array
    const isWinner = betNumbers.includes(winningNumber);
    
    if (!isWinner) return 0;
    
    // Calculate base payout
    const basePayout = betAmount * (payoutRatios[betType] + 1);
    
    // Apply house edge
    const standardHouseEdge = 0.065;
    const affiliateHouseEdge = 0.02;
    const appliedEdge = hasAffiliateCode ? affiliateHouseEdge : standardHouseEdge;
    
    // Calculate final payout with edge applied
    const finalPayout = basePayout * (1 - appliedEdge);
    
    return finalPayout;
}

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
36 Wheel Roulette