

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


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


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.
Rust away!🤭 Actually it sounds reasonable, I guess in Rust 2D arrays are easier to work with than in Bash.
I don’t understand what you are asking, please elaborate.


UPDATE: Added Levels feature.


You do you, proud Arch user!


Thx, I hope you enjoy it.
Hahahah, don’t be lazy, there are no dependencies, git clone it and run TWO COMMANDS! 😅


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?


aardvark goes without saying…


Heh, round corner characters for box drawing were there all along.


This game is named sausage as a tribute to BlackAdder S03E02: Ink and Incapability:
Renowned writer and lexicographer Dr. Samuel Johnson starts to read a tiny scrap of paper containing Baldrick’s miniscule novel:
Once upon a time, there was a lovely little sausage called…
…only to realize that after 18 years of arduous work, he failed to include the word SAUSAGE in his magnum opus.


There is a disclaimer for this in the repo, and the rules as well. However, I appreciate the feedback.
All words contain all letters. To input a letter, type a to z, lower case. To quit, type Q, upper case.


Thx for the feedback, I hope you enjoy it.


yt-dlp works, magic-tape works, too, if you don’t mind terminal interface.
thx. Well, what can I say, I guess I like Bash.
This bug is now fixed, its origin was escape code parsing while using the arrow keys: looped three times before getting the input. You can update the script to get the improved version. As I said, it is now fixed, plus the max level of disks is up to 13.
Recursion until hell freezes over.