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

..03-May-2022-

src/H08-Sep-2011-32,03522,061

AUTHORSH A D08-Sep-20111 KiB4732

COPYINGH A D07-Oct-200717.6 KiB341281

ChangeLogH A D08-Sep-2011100.5 KiB3,2752,193

INSTALLH A D07-Oct-20077.6 KiB183143

Makefile.amH A D09-Oct-2004102 105

Makefile.inH A D08-Sep-201120.1 KiB657585

NEWSH A D08-Sep-20114.6 KiB171126

READMEH A D07-Jun-20091.4 KiB6948

TODOH A D23-May-2009104 74

aclocal.m4H A D08-Sep-201135.7 KiB1,010905

config.guessH A D23-Oct-200743.5 KiB1,5171,305

config.subH A D23-Oct-200732 KiB1,6271,483

configureH A D03-May-2022197.2 KiB6,8725,712

configure.inH A D08-Sep-20116.9 KiB220196

depcompH A D25-Dec-200815.6 KiB531330

fillets.6H A D10-Aug-20084.5 KiB214196

install-shH A D07-Oct-20076.3 KiB270153

ltmain.shH A D08-Sep-2011237.8 KiB8,4146,482

missingH A D25-Feb-201010.8 KiB361268

mkinstalldirsH A D07-Oct-2007722 4123

sdl.m4H A D01-Apr-20046.1 KiB176162

README

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