Skip to content

Latest commit

 

History

History
30 lines (29 loc) · 1.59 KB

README.md

File metadata and controls

30 lines (29 loc) · 1.59 KB

Javascript Jigsaw Puzzle

A jQuery based game of Jigsaw, the game where you order pieces to complete an image. The game contains 4 pictures and 16 pieces for each.

Technologies Used

Html, css, javascript, jQuery, jQuery UI and canvas-confetti.

Live Link

Jigsaw Puzzle.

Game Rules

  1. Next picture button must be clicked to choose an image to play with.
  2. Once a player clicks start puzzle the image will break down into pieces and will be moved to the left container.
  3. The player has to move all the pieces to the grid.
  4. At the bottom there’s a hint player can hover over it to see it better if needed.
  5. In order to win player must move the pieces to their correct position.

Future/Unsolved Problems

  • make it responsive.
  • Add more picutres.
    • give players the ability to upload their own.
  • Add an option to choose grid dimensions.
  • Add a timer and link it to a scoring system.

Documentation

About the project

This project was made for GA SEI course for unit 1

Related Links

Credits