I challenged myself into creating an algorithm for the Towers of Hanoi, I got down to 31 blocks! I encorage you to remix and try your best to come up with a solution that uses less blocks You can check your block count with scratch addons, just enable the "Block count" addon. Rules: - The user must be able to enter a tower size ranging from 1 to 16, you can make the bounds higher if you like but it is optional! - The user must have the solution conveyed to them, the means of this does not matter. - You cannot store every possible solution in the project, it must be calculated each time - You cannot use cloud variables - Your solution is not required to be optimal, more optimal solutions will be used for tiebreakers Have fun!