HI!!!
I have to do the game again of the tower of hanoi but with the difference that it should run alone with an animated form. There is not used the grafical interfaces that are implemented for C++, it should be made on a text form, like my last project. Here are the actual files of the project (made to run on linux/unix system) with the makefile and stuff..also there is included the Executable as should look the final game animated.
To run the executable on an unix/linux system you must type:
./hanoi n where n is a number between 1 and 9.

Thanks for any help and hints that you can give me.

P.S. I have heard already that I have to change the program for using a 2 dimension array.