Tower of Hanoi
Test purpose
- Create the Tower of Hanoi game
- Check that dragging works as expected - when user clicks on disc, the disc should not jump
- Check that dropping works as expected - when user releases disc, the disc should return to its pivot
- Check that dragzone updateOnStart, updateOnEnd correctly apply changes to the selected disc
Annotated code