To note: Javascript is not running in this browser environment. Our apologies, but this demo has not yet been updated to support progressive enhancement.
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
- When being dragged, the selected entity should generate a shadow; when dropped the shadow should disappear
- Check that dragzone updateOnStart, updateOnEnd correctly apply changes to the selected disc
Touch test: should work as expected
Annotated code