react-image-puzzle
react-image-puzzle copied to clipboard
Create a simple swap tile puzzle out of an image.
Cannot drag puzzle pieces
Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: object.
Differentiating columns and rows with different props not just with the level props
There should be an optional props for calling a function that rearranges the puzzle
A props to be tracking the number of clicks before a puzzle is completed, and probably console.log() the number of click when the undone props is used(optional)