Sweet Bonanza demo: what the machine is actually doing
Sweet Bonanza is a scatter-pay grid. There are no paylines to trace, no left-to-right rule to memorise. The engine drops symbols into a six-by-five field and then counts how many of each type landed anywhere on that field. If the count for a symbol reaches the threshold printed in the paytable, the cluster pays and those symbols are removed. New symbols fall into the gaps, the count runs again, and the sequence continues until a drop produces no qualifying cluster. That loop is the whole game. Everything else is decoration on top of it.
Underneath, each drop is a fresh call to a random number generator. The generator produces a number, the number is mapped onto a position in a symbol distribution, and the symbol appears. The grid has no memory of the last spin, the last hundred spins, or the last hundred thousand. When people say a slot is due, they are describing a feeling, not a mechanism. The mechanism is stateless. The free slot demo on this page runs the same engine, so you can watch that statelessness for as long as you like without a deposit.
This is why we describe Sweet Bonanza free play as an observation exercise rather than a training exercise. You can learn what the game does. You cannot learn to make it do something else. The distribution that the RNG samples from is fixed in the build, and nothing you do with the spin button changes it.