Skip to content

Yashdeep-dev/Photo-Puzzle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hack The Web — Picture Puzzle Challenge

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.

How to Start

  1. Clone or download this project:

    git clone <your-repo-link>
    
    
  2. Open the project folder.

  3. Run the game on your local server.

PROJECT STRUCTURE

/Photo_Puzzle │── index.html │── style.css │── script.js │── README.md │── issues.md


Objective

Make the puzzle:

  • work correctly
  • detect win condition
  • be responsive & clean
  • improve existing logic and add new features

About

Timer Issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.4%
  • CSS 19.0%
  • HTML 18.6%