# hanoi Tower of hanoi puzzle with ncurses. ## Usage ``` make ./hanoi [number of disks] [-s] ``` Use `-s` to solve the puzzle. ### Controls Cycle through the 3 pegs with `j`/`k` or left/right arrow. Pick a peg with `Enter`. You first pick the peg to take a disk from than pick the one where you want the disk to be put.