diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,9 +6,11 @@ Tower of hanoi puzzle with ncurses. ``` make -./hanoi [number of disks] +./hanoi [number of disks] [-s] ``` +Use `-s` to solve the puzzle. + ### Controls Cycle through the 3 pegs with `j`/`k` or left/right arrow. |
