Code "The Tower of Hanoi"
The Tower of Hanoi is a mathematical puzzle. Code the game with Pocket Code.
Requirements 1) Read about the puzzle, understand how it works and its difficulty (https://en.wikipedia.org/wiki/Tower_of_Hanoi) For a better understanding you can try an online version of the game: http://towersofhanoi.info/Play.aspx
2) Create a start screen that explains
- how the puzzle works in general
- the controls of your specific game
3) Create the main scene with the game itself. As a minimum use three disks and three rods. Provide a user-friendly control (e.g. like in the online game above by tapping the rods). You can extend your program and add the option to change the amount of disks and rods (this is not obligatory).
4) Add a notification when the puzzle is solved and a restart button.
All code must be original. All images and resources used should be under CC0 licence. If you couldn’t find required images, feel free to sketch them or make a simple version of them in Pocket Paint, but be sure to make it visually appealing and nice looking!