Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.54 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.54 KB

Quickstart Guide

  1. Copy all the contents from this repository.
  2. Open these files using an IDE, like VSCode, Eclipse, or NetBeans
  3. Run the JigsawPuzzle.java file
    • Upon running the code, the game should immediately pop-up, showing you numbers from 1-15 that needs to be sorted.
    • There will be a tracker on the left to count the number of clicks that have been done.
    • While, on the right there will be various functionalities that can be used (shown in the preview section).

Core Concept

  • Data Structures and Algorithms

URL

Preview of Jigsaw Number Puzzle Game

Sample of Game (upon running it) Sample of Game (upon clicking - display solved puzzle) Sample of Game (upon clicking 29 times) Sample of Game (upon clicking 44 times)