Menu

Tree [198cd5] master origin /
 History

HTTPS access


File Date Author Commit
 appdata 2014-09-27 Ivo Danihelka Ivo Danihelka [198cd5] Added appdata xml for software centers. Thanks ...
 src 2011-08-26 Ivo Danihelka Ivo Danihelka [514193] Fixed unmasking from old locations (thanks Rade...
 .cvsignore 2004-04-01 Ivo Danihelka Ivo Danihelka [8b549d] Initial revision
 AUTHORS 2011-09-08 Ivo Danihelka Ivo Danihelka [e7cbb7] Preparing fillets 1.0.1.
 Doxyfile 2004-04-01 Ivo Danihelka Ivo Danihelka [8b549d] Initial revision
 Makefile.am 2014-09-27 Ivo Danihelka Ivo Danihelka [198cd5] Added appdata xml for software centers. Thanks ...
 Makefile.cvs 2006-09-20 Ivo Danihelka Ivo Danihelka [b6040c] Applied patch from Mike Frysinger:
 NEWS 2011-09-08 Ivo Danihelka Ivo Danihelka [e7cbb7] Preparing fillets 1.0.1.
 README 2009-06-07 Ivo Danihelka Ivo Danihelka [6747c2] Updated NEWS.
 README-binary 2009-06-07 Ivo Danihelka Ivo Danihelka [0911ee] Updated README.
 TODO 2009-05-23 Ivo Danihelka Ivo Danihelka [84ffe8] Updated TODO.
 autogen.sh 2004-05-06 Ivo Danihelka Ivo Danihelka [da2acf] Added autogen.sh
 configure.in 2014-09-27 Ivo Danihelka Ivo Danihelka [198cd5] Added appdata xml for software centers. Thanks ...
 fillets.6 2013-04-21 Ivo Danihelka Ivo Danihelka [dfd8e3] fix #3 - Fixes minor issues with the manpage fo...
 sdl.m4 2004-04-01 Ivo Danihelka Ivo Danihelka [8b549d] Initial revision

Read Me

Fish Fillets - Next Generation
http://fillets.sf.net


Compile requirements
====================

Library SDL = Simple DirectMedia Layer (video, input, sound)
- libSDL >= 1.2, www.libsdl.org

Library SDL_mixer (multiple sounds)
- libSDL_mixer >= 1.2.5, http://www.libsdl.org/projects/SDL_mixer/

Library SDL_image (PNG support)
- libSDL_image, http://www.libsdl.org/projects/SDL_image/

Library SDL_ttf (TrueType UTF-8 fonts)
- libSDL_ttf, http://www.libsdl.org/projects/SDL_ttf/

Library LUA (script language, used for debug console, configuration, levels,...)
- liblua50, www.lua.org
- liblualib50


How to run
==========

I. Compile
----------

- Compile the game:
$ tar xzf fillets-ng.tar.gz
$ cd fillets-ng
$ ./configure
$ make
$ make install


II. Install data
----------------

- Download fillets-ng-data from http://fillets.sourceforge.net/download.php
- Extract fillets-ng-data.tar.gz to a $datadir.
  default: /usr/local/share/games/fillets-ng/

III. Run it
-----------
$ ./src/game/fillets systemdir=$datadir

Controls
========

Up, down, left and right arrow keys control the current fish.
Use space bar to switch between the fish.

See also "How to Play" $datadir/doc/html/manual.html

restart level - Backspace
undo - -/+
help - F1
save game - F2
load game - F3
show/hide move counter - F5
show/hide subtitles - F6
game menu - F10
fullscreen - F11
faster game - Shift