Skip to content

eswardhinak/8puzzl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

8puzzl

C++ implementation of the classic 8-puzzle game (https://en.wikipedia.org/wiki/Sliding_puzzle). The game uses an image you specify (tested with JPEG and PNG). It slices the image into pieces and shuffles them.

./puzzledpictures "<image file path>"

8puzzldemo1080.mov

How to build (for now)

  1. brew install qt@6
  2. brew install libopencv-dev
  3. mkdir build
  4. cd build
  5. cmake ../
  6. make

About

C++ implementation of 8puzzle game

Resources

Stars

Watchers

Forks

Packages

No packages published