15 puzzle

15 puzzle demo

Building

Fetch the source code and validate the SHA256 checksum:

   sha256sum -c fifteen.zip.sha256.txt

Build and run:

   unzip fifteen.zip -d fifteen
   cd fifteen/main
   cmake -H. && make
   ./fifteen