Welcome to Round 1: Fix the Mess!
This repository contains a broken Picture Puzzle game built using HTML, CSS & JavaScript.
Your task is to debug the current code, fix the core logic, and optionally add new features.
Do NOT rewrite the entire project — understand the code, improve it, and make the game playable.
-
Clone or download this project:
git clone <your-repo-link>
-
Open the project folder.
-
Run the game on your local server.
/Photo_Puzzle │── index.html │── style.css │── script.js │── README.md │── issues.md
Make the puzzle:
- work correctly
- detect win condition
- be responsive & clean
- improve existing logic and add new features