How many moves does it take you to solve a 3 tower / 3 disc Tower of Hanoi?
The minimum number of moves possible is 7
I made this puzzle yesterday using HTML5 & Javascript. If you want, you can see the puzzle logic in JS. I'm happy to explain any part of it.
You can complete the puzzle here:
http://wubur.com/demo/Tower_of_Hanoi/
I'm interested in knowing how many moves it takes you to complete it.
The Rules
Start:
Finished:
The Javascript prevents you from breaking the rules & will tell you when you have successfully completed the Tower of Hanoi.
Good luck! 🙂
The minimum number of moves possible is 7
I made this puzzle yesterday using HTML5 & Javascript. If you want, you can see the puzzle logic in JS. I'm happy to explain any part of it.
You can complete the puzzle here:
http://wubur.com/demo/Tower_of_Hanoi/
I'm interested in knowing how many moves it takes you to complete it.
The Rules
- You may only ever move the top disc from a pole/tower
- You cannot place a wider/larger disc on top of a smaller disc
- You must get all 3 discs from tower 1 (on the left) to tower 3 (on the right), in the same order they are now
- You must click a disc with your mouse & drag it to the tower you want to place it on. It will go back to its original spot if the rules prevent you from placing it on the desired tower. (Unfortunately this will not work on phones)
Start:
Finished:
The Javascript prevents you from breaking the rules & will tell you when you have successfully completed the Tower of Hanoi.
Good luck! 🙂







