Each cell is its own 1×1 ReelSet: board.reelAt(cell) hands you the reel to spin() / skipSpin() it on its own, and board.symbolAt(cell) reads the live symbol inside it.
AnsweredHold & Win
How do I drive each Hold & Win cell as its own reel — start it, stop it, and read the symbol inside it independently?
More in Hold & Win
- How do I build a Hold & Win board where each cell spins on its own?
- How do I lock a coin in place when it lands?
- How do I respin only the empty cells?
- How do I reset the respin counter to 3 on every new coin?
- How do I decrement the respin counter on a dry spin?
- How do I end the feature when the board is full (grand jackpot)?
- How do I carry the triggering coins into the feature already locked?
- How do I show the held count and respins left in a HUD?