PR pixi-reels

debugGrid()

pixi-reels


pixi-reels / index / debugGrid

Function: debugGrid()

function debugGrid(reelSet: ReelSet): string;

Defined in: debug/debug.ts:90

Pretty-print the grid as an ASCII table.

┌────────┬────────┬────────┬────────┬────────┐
│ cherry │ lemon  │ bar    │ seven  │ cherry │
│ plum   │ cherry │ wild   │ lemon  │ orange │
│ orange │ bell   │ cherry │ plum   │ bell   │
└────────┴────────┴────────┴────────┴────────┘

Parameters

ParameterType
reelSetReelSet

Returns

string