Explanation: The dots can only move to the left. A dot cannot be moved past
the dot to its left, but other than that a dot can be moved any number of
squares to the left. The game is over when all the dots have been slid as
far to the left as possible. The winner is the player who makes the last
move. (This version of the game is pretty easy to beat.)
Back to index