Skip to content

masterccc/hanoi_ncurses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hanoi_ncurses

Ncurses implementation fo Hanoi towers

Compilation

Ncurses library is needed to compile

gcc -o hanoi hanoi.c -lncurses

Play with k,l,m keys

Examples

want to move disc from left to right : K M

want to move disc from center to left : L K

Screenshot

GitHub Logo

Releases

No releases published

Packages

No packages published

Languages