Same here
christos
I don't know, it is not often that I use exp in writing, however:
$ echo $((2**9-1))
Yup, this is fat finger mathematics. The correct number is 511, somehow zero got in the way.
The minimum number of moves required to solve a Tower of Hanoi puzzle is 2**n − 1, where n is the number of disks. 1023 for 10 disks, 5011 for 9 disks (updated max disks in the game). Recursion to the max.
UPDATE: Added Levels feature.
UPDATE: Added Levels feature.
UPDATE: Added Levels feature.
I guess you are right, in a dark terminal, a mouse from time to time, and no windows whatsoever...
What do you mean? Who?
I have not searched for this, therefore I don't have much to say. If you are not speaking generally, and asking about mouse support on this game, I would guess that it would be possible in X11, however I cannot speak for Wayland.
I am not sure I understand, could you elaborate?







I have just updated the script, now up to 13 disks available (optimal moves: 8191).
It will take a while to solve it...