SOLUTION
Object: It's a lot like checkers, but it's a solitaire game. You can
only jump over one ball at a time. When you jump over a ball, the ball
jumped over will disappear. The object is to jump over balls in such
a way that there is only one left.
The way to solve this puzzle is to try to clear out the balls that are
in the corners first, otherwise, you may not be able to remove them
later in the game. Also, try to group the balls when you do your jumping,
don't allow for too much space between them or you won't be able to
get rid of them later and have to start over.
There are many ways you can complete the puzzle. Below is one way. In
each step, the number “1” marks the location of the ball
you are jumping and “2” marks the open spot you are to jump
to. If there are more than 2 numbers, then just follow the numbers in
sequence.