From 15e690e0dc9f539ca0e8e9c98c3fdc9105ec9d74 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 28 Jun 2020 09:40:47 +0200 Subject: Added solve --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a9ba8f2..a26236a 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit