https://github.com/malespiaut/tuxaqfh
A 3D search/explore game staring Tux the Linux Penguin and his girlfriend Gown as they solve problems and search a number of 3D levels for Golden Herring.
https://github.com/malespiaut/tuxaqfh
3d 3d-game 3d-video-game game penguin tux tux-linux video-game
Last synced: 7 months ago
JSON representation
A 3D search/explore game staring Tux the Linux Penguin and his girlfriend Gown as they solve problems and search a number of 3D levels for Golden Herring.
- Host: GitHub
- URL: https://github.com/malespiaut/tuxaqfh
- Owner: malespiaut
- License: gpl-2.0
- Created: 2022-11-25T13:58:59.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T15:56:28.000Z (about 2 years ago)
- Last Synced: 2025-01-29T04:26:33.967Z (9 months ago)
- Topics: 3d, 3d-game, 3d-video-game, game, penguin, tux, tux-linux, video-game
- Language: C++
- Homepage:
- Size: 3.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
Tuxedo T. Penguin: A Quest for Herring.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
by Steve Baker
http://www.woodsoup.org/~sbakerINSTALLATION:
Installation instructions are pretty basic,
and are covered in the documentation directory 'doc'.First make sure that you have the following packages
installed:OpenGL (or Mesa) + GLIDE (if yuo have a 3Dfx card)
GLUT (the GL Utility Toolkit)
PLIB (which can be obtained from:
http://www.woodsoup.org/projs/plibOnce that is done, it should be a simple matter of changing
to the directory where all this stuff is unpacked and type:./configure
make
make installHowever, you might want to check the full documentation -
especially if you need to install Mesa/GLIDE/GLUT before
you can start.All documents are in HTML - so view them with your web browser.
LICENSE:
This software is released under the provisions of
the GNU General Public License (GPL) which can be
found in the file 'LICENSE' in the current directory.DIRECTORY STRUCTURE:
src -- Where the source code lives.
data -- This contains all kinds of miscellaneous data
files. Right now, this is limited to the level
description files.doc -- Documentation - all in HTML
images -- Texture maps and other images needed by the
game. These are currently all in 'SGI' image
format.models -- 3D models used in the game. These are currently
all in AC3D format - that decision may change
at some time in the future.penguin -- The images and 3D models that make up Tux
himself.wavs -- Sound files - mostly sound effects.
mods -- MOD format music files.