This project is a simple jigsaw puzzle game that fetches random images from the Lorem Picsum API and creates a puzzle using these images.
- Random Images: Fetches images from the Lorem Picsum API to create a variety of puzzles.
- Adjustable Grid Size: Choose the difficulty level by adjusting the grid size of the puzzle.
- Interactive Interface: Drag and drop puzzle pieces to solve the puzzle.
- Timer and Step Count: Tracks time spent and the number of moves made to solve the puzzle.
- Clone the repository to your local machine.
- Open the
index.html
file in a web browser. - The game will start with a default image fetched from the Lorem Picsum API.
- Choose the difficulty level by selecting the grid size.
- Solve the puzzle by dragging and dropping the pieces into the correct position.
- Use the "Next Picture" button to get a new image from Lorem Picsum and restart the game.
- HTML
- CSS
- JavaScript
- jQuery
- Lorem Picsum - For providing random placeholder images.
Contributions are welcome! Please open an issue or submit a pull request for any new features or improvements.