1Fish Fillets - Next Generation
2http://fillets.sf.net
3
4
5Compile requirements
6====================
7
8Library SDL = Simple DirectMedia Layer (video, input, sound)
9- libSDL >= 1.2, www.libsdl.org
10
11Library SDL_mixer (multiple sounds)
12- libSDL_mixer >= 1.2.5, http://www.libsdl.org/projects/SDL_mixer/
13
14Library SDL_image (PNG support)
15- libSDL_image, http://www.libsdl.org/projects/SDL_image/
16
17Library SDL_ttf (TrueType UTF-8 fonts)
18- libSDL_ttf, http://www.libsdl.org/projects/SDL_ttf/
19
20Library LUA (script language, used for debug console, configuration, levels,...)
21- liblua50, www.lua.org
22- liblualib50
23
24
25How to run
26==========
27
28I. Compile
29----------
30
31- Compile the game:
32$ tar xzf fillets-ng.tar.gz
33$ cd fillets-ng
34$ ./configure
35$ make
36$ make install
37
38
39II. Install data
40----------------
41
42- Download fillets-ng-data from http://fillets.sourceforge.net/download.php
43- Extract fillets-ng-data.tar.gz to a $datadir.
44  default: /usr/local/share/games/fillets-ng/
45
46III. Run it
47-----------
48$ ./src/game/fillets systemdir=$datadir
49
50Controls
51========
52
53Up, down, left and right arrow keys control the current fish.
54Use space bar to switch between the fish.
55
56See also "How to Play" $datadir/doc/html/manual.html
57
58restart level - Backspace
59undo - -/+
60help - F1
61save game - F2
62load game - F3
63show/hide move counter - F5
64show/hide subtitles - F6
65game menu - F10
66fullscreen - F11
67faster game - Shift
68
69