• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

css/H08-May-2008-5554

font/H03-May-2022-103102

icons/H03-May-2022-

image/H03-May-2022-

puzzles/00_default/H08-May-2008-

sound/H03-May-2022-

src/H03-May-2022-2,6402,092

COPYRIGHTH A D08-May-2008768 3219

Info.plistH A D08-May-2008463 1716

MakefileH A D03-May-20224.9 KiB216106

READMEH A D08-May-20082.2 KiB9353

makeinclude.linuxH A D08-May-2008239 119

makeinclude.macosxH A D08-May-2008242 1211

makeinclude.mingw32H A D08-May-2008550 1110

README

1
2jigzo, an OpenGL jigsaw game
3
4Version 0.6.1
5
6      jigzo (formerly glpuzzle) is a jigsaw puzzle game. Choose from 12
7      puzzles of increasing difficulty, or create your own puzzles. jigzo
8      uses OpenGL for smooth movement and display.
9      [jigzo_screenshot_50.png]
10
11      Copyright (C) 2005-2008 Maarten de Boer
12
13      <maarten _at_ resorama.com>
14
15  Download
16
17    GNU/Linux / Source-code
18
19      jigzo-0.6.1.tgz
20
21      See compilation instructions below.
22
23    Microsoft Windows
24
25      jigzo-0_6_1.zip (source+exe)
26
27      jigzo-0_6_1-setup.exe (installer)
28
29Usage
30
31  General info
32
33      jigzo requires a OpenGL hardware accelaration and runs at 1024x768
34      only.
35
36      jigzo uses cross-platform libraries and has been succesfully build and
37      run on Linux, MacOSX and Windows XP.
38
39      The downloads include 12 puzzles of increasing difficulties. You can
40      create your own additional puzzles by uploading images at
41      http://mtg62.upf.es/jigzomaker/
42
43  Command line arguments
44
45jigzo [-h | -w]
46
47-h   show this usage info
48-w   window mode (default is fullscreen)
49
50Compilation (GNU/Linux)
51
52      You need to have the following libraries installed: GL, png, jpeg,
53      SDL, and optionally SDL_mixer
54
55      Debian/Ubuntu users can do:
56
57$ apt-get install libjpeg62-dev libpng12-dev libsdl1.2-dev libsdl-mixer1.2-dev
58
59      Compile jigzo with
60
61$ make
62
63      You can directly execute the resulting binary jigzo, or see below.
64
65Installation (GNU/Linux)
66
67      jigzo can be run from the current directory, or be installed running
68
69$ make install
70
71      as root. By default, jigzo will be installed in /usr/local. To install
72      in /usr, use
73
74$ make install PREFIX=/usr
75
76License
77
78      This program is free software; you can redistribute it and/or modify
79      it under the terms of the GNU General Public License as published by
80      the Free Software Foundation; either version 2 of the License, or (at
81      your option) any later version.
82
83      This program is distributed in the hope that it will be useful, but
84      WITHOUT ANY WARRANTY; without even the implied warranty of
85      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
86      General Public License for more details.
87
88Thanks
89
90      To Martijn Loos for the sounds, and to Nina for beta-testing.
91
92
93