/html-image-puzzle

An assignment using pure javascript to take a user-uploaded picture (either drag + drop or select) and rearrange it into pieces. The user then has to rearrange the pieces to win the game.

Primary LanguageJavaScript

Pure javascript image puzzle

What is it?

This was an assignment for university in Alicante. It uses just html and javascript to achieve its functionality.

Functionality

The user uploads a picture (either drag + drop or select) and it will be cut into pieces and mixed up. The user then has to rearrange the pieces to win the game.