Skip to content

mihaimorariu/jigsaw-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Jigsaw Puzzle

License: MIT

This repository contains my implementation for the jigsaw puzzle. Given an image as input, an NxN puzzle is generated from it, with N between 3 and 6, inclusively. The user can shuffle the pieces at any time, by clicking on Shuffle or can check the correct solution by clicking on Solve.

Building

Make sure you have Qt installed. Then, from the main directory, run:

mkdir build && cd build
qmake ../src && make

Running

Go to the build directory and run ./jigsawpuzzle. Have fun playing!

Screenshots

jigsaw

About

Jigsaw puzzle implemented in Qt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published