glpuzzle 0.2 review

Download
by rbytes.net on

glpuzzle is an OpenGL jigsaw game. The download includes the source code and 12 puzzles of increasing (4 pieces to 25 pieces) difi

License: GPL (GNU General Public License)
File size: 4015K
Developer: Maarten de Boer
0 stars award from rbytes.net

glpuzzle is an OpenGL jigsaw game.

The download includes the source code and 12 puzzles of increasing (4 pieces to 25 pieces) dificulty.

Compilation:

You need to have the following libraries installed: GL, glpng, SDL Debian/Ubuntu users can do:

$ apt-get install libglpng-dev libsdl1.2-dev

ompile glpuzzle with: make

You can directly execute the resulting binary glpuzzle, or see below.

Installation:

glpuzzle can be run from the current directory, or be installed running

make install

as root. By default, glpuzzle will be installed in /usr/local. To install in /usr, use

make install PREFIX=/usr

Usage:

glpuzzle [-h | -w]

-h show this usage info
-w window mode (default is fullscreen)

glpuzzle requires a OpenGL hardware accelaration and runs at 1024x768 only
For questions, suggestions, or information on how to add your own images, please contact the author.

What's New in This Release:
added sound support
user interface changes (an exit icon, color)
bug fixes
each puzzle is now a single file instead of a collection of files
previews are generated on the fly

glpuzzle 0.2 keywords