Toast442/FilletsNG
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Fish Fillets - Next Generation http://fillets.sf.net Compile requirements ==================== ** WARNING ** This source has been modified from the original in order to port to SDL2 and fix things up for running on a Mac. While the souce should still compile in general for other platforms, the automake stuff here will have to be modified to search for the SDL2 libraries, etc. The requirements below are now out of date - the equiavalent SDL 2 libraries should be used instead. ** END WARNING ** 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 Mac Details =========== This is intended to build on a mac, and has some scripts to help make everything. Get the original Fillets-NG distribution from http://fillets.sf.net Run: bash$ make -f ./macfiles/makefile bash$ ./macfiles/make-bundle <version> /path/to/fillets-ng-data You should end up with a Fillets.app in the top level directory. You may have to modify some paths in the macfiles/makefile to correspond with where your copies of the SDL2 frameworks are. 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
About
Mac Port of Fillets NG
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published