Jigsaw Puzzle Game made with Javascript. Image for puzzle can be uploaded by user and after splited to different amount of pieces depended from difficulty level the user selected
- Download the project from repository
git clone https://github.com/flurryunicorn/js-picture-puzzle/
- Find following lines in
/scripts/main_menu.js
/**ImgBB API key */
let API_KEY = 'USE YOUR OWN!'
- Replace
USE YOUR OWN!
to your API key. - Open
index.html
in browser - Profit!