How can you put eight queens on a chessboard so that none of them can capture another one? Each time you press the space bar, the queens will try to find a new arrangement, until there are no more possible. Shift-click the green flag for 'Turbo Mode' and it will go a bit faster.
This was really just a way to experiment with recursion using clones.