Quantcast
Channel: linux-apps.com - Latest Products
Viewing all articles
Browse latest Browse all 2226

n-Puzzle [Board]

$
0
0
Thumbnailn-Puzzle
(Board)
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

[read more]


Viewing all articles
Browse latest Browse all 2226

Trending Articles