Skip to main content

Generate Reel Strips

This node creates reel strip configurations for slot machine games.

The Generate Reel Strips node automatically generates symbol sequences for each reel based on desired probabilities and game requirements.

The Generate Reel Strips node creates the fundamental building blocks of slot machines - the reel strips that define which symbols appear on each reel and in what frequency. It uses probability distributions and game math to create balanced reel configurations.

Inputs

Configuration

DataDescription
Number of ReelsHow many reels to generate (typically 3-6)
Reel LengthNumber of positions on each reel
Symbol WeightsProbability weights for each symbol

Game Parameters

DataDescription
Target RTPDesired Return to Player percentage
Volatility LevelLow, medium, or high volatility setting

Actions

SignalDescription
GenerateCreates new reel strips

Outputs

Results

DataDescription
Reel StripsArray of symbol sequences for each reel
Strip StatisticsAnalysis of symbol distribution

Events

SignalDescription
GeneratedTriggered when strips are created

Usage

Example Use Cases

  1. Game Development: Create initial reel configurations
  2. A/B Testing: Generate variations for testing
  3. Math Balancing: Adjust symbol frequencies for target RTPs
  4. Procedural Generation: Create unique games dynamically