I loved this as a youth, now I play with donutsAt first I wanted to put this in ‘Indecorum’ which is doubling as a ‘Fun and Games’ section, but this is a great followup to the IQ Test.

Towers of Hanoi is a game of recursion or the skill and logic to find patterns if you don’t know what recursion is. Don’t place a big layer on a small layer or you’ll crush the cake.

Number of moves = 2 ^ (number of layers) – 1 :: 3 layers : 2 ^ 3 – 1 = 7 moves