diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-06-28 09:40:47 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-06-28 09:40:47 +0200 |
| commit | 15e690e0dc9f539ca0e8e9c98c3fdc9105ec9d74 (patch) | |
| tree | d60e39bdac9d2447b89e56dac88b8877b5005378 /README.md | |
| parent | feae9f442000cf218c249e6e163e8b5137771857 (diff) | |
| download | hanoi-master.tar.gz hanoi-master.tar.bz2 hanoi-master.zip | |
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. |
