pixi-reels
All questions

How do I tell the reels exactly what grid to land on?

Give reelSet.setResult(grid) an array of one ColumnTarget per reel: { visible: ['A','B','C'], bufferAbove?: [...], bufferBelow?: [...] }. The visible array is the on-screen window; the buffers target cells just outside it.

More in Results & forcing outcomes