Solve triangle solitaire puzzle

From Rosetta Code
Revision as of 04:40, 17 October 2014 by rosettacode>Emarch (Solve one solution for IQ 15 triangle puzzle)
  1. Task
    Solve triangle solitaire puzzle

You are encouraged to solve this task according to the task description, using any language you may know.

  1. IQ Puzzle a triangle of 15 golf tee's typically seen at Cracker Barrel where one tee is missing
  2. and the remaining tees jump each other until ne tee is left. The few tees left the higher the IQ
  3. score. peg #1 is the top center and bottom row pegs 11 thru 15
  4. reference picture http://www.joenord.com/puzzles/peggame/
  5. Task Print a solution to solve the puzzle leaving one peg
  6. Not implemented variations Start with empty peg in X and solve with one peg in position Y
  7. Python version 2.7.2