
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
The n-Puzzle is a sliding puzzle that consists of a frame of numbered square pieces in random order with one piece missed. If the size is 3×3 pieces, the puzzle is called the 8-puzzle or 9-puzzle, and if 4×4 tiles, the puzzle is called the 15-puzzle or 16-puzzle named, respectively, for the number of pieces and the number of spaces. The object of the puzzle is to place the pieces in order by making sliding moves that use the empty space.
This implementation of a popular game using an image, which is divided into pieces with a random missed piece.
You can download the source from:
https://bitbucket.org/appseng/n-puzzle
How to make from the sources:
$ qmake client.pro
$ make
6 years ago
* Thu Jan 1 2015 - n-Puzzle-1.0-3 - mast3rz@mail.ru
- The translation was corrected
- Added a feature to load random images from lorempixel.com
* Sat Oct 11 2014 - n-Puzzle-1.0-2 - mast3rz@mail.ru
- The translation was corrected.
* Thu Apr 17 2014 - n-Puzzle-1.0-1 - mast3rz@mail.ru
- initial version
6 years ago
* Thu Jan 1 2015 - n-Puzzle-1.0-3 - mast3rz@mail.ru
- The translation was corrected
- Added a feature to load random images from lorempixel.com
* Sat Oct 11 2014 - n-Puzzle-1.0-2 - mast3rz@mail.ru
- The translation was corrected.
* Thu Apr 17 2014 - n-Puzzle-1.0-1 - mast3rz@mail.ru
- initial version
Please login or register to add a comment or rating