Due: Tuesday May 16, 11pm
Crowdgrader assignment: https://www.crowdgrader.org/crowdgrader/rubric/view/3130
You have to implement a 15 puzzle in Apache Cordova. See e.g. here for a live demo.
Please color the pieces like this:
As in the live demo, when you touch a piece adjacent to the black, the piece and the black swap places.
If you touch any other piece, nothing should happen.
You have to implement also two buttons:
See the hw5 branch of the Cordova Starter App.