Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 474 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 474 Bytes

FreeCAD-Hanoi_Tower

A FreeCAD model of the Hanoi Tower. You can 3D print the STL parts and play to solve the puzzle.

The Tower of Hanoi is a mathematical puzzle. The target of the puzzle is to move the entire stack to another rod, obeying the following simple rules:

  1. Only one disk can be moved at a time.
  2. Each move consists of taking the upper disk from one of the stacks and placing it on top of another stack.
  3. No disk may be placed on top of a smaller disk.