DomSolitaire

max

Click on the S# stacks and then on a destination stack (S# or F#) to move a tile. If it's a valid move then a domino tile will move. The goal is to move all the domino tiles to the F# stacks.

Valid Moves

  1. S# to F#
    • the tile from the bottom of S# can add to F# if F# retains the property that it's tiles must start with a double corresponding it's # and then descend sequentially down with the highest number in the each domino being #
  2. S# to S#
    • if the destination is empty, the tile must contain a blank
    • if the destination isn't empty, the tile must match one of the numbers in tile at the bottom of the destination and have the other number ascend (be one above).