DragonFly On-Line Manual Pages
glmaze(1) DragonFly General Commands Manual glmaze(1)
NAME
glmaze - multiplayer opengl maze game
SYNOPSIS
glmaze [ server ]
DESCRIPTION
glmaze is a multiplayer maze game based on the opengl 3d graphics
engine.
If a command line argument is present, glmaze tries to interpret this
as the server name to connect to. If no argument was given, glmaze
becomes the master client and starts a local server. Up to six players
can join a session. Only the master client can start the session. Other
players can join a running game. The game stops when the first player
reaches ten kills. The player with the top score at this moment is the
winner.
CONTROLS
Mouse Rotate player, fire shot.
Cursor keys
Move player forward and backward, rotate player.
Esc/Return/Space
Toggle Menu. Master client start game.
F1 Toggle fullscreen display.
F2 Toggle video mode.
F3 Toggle sound effects.
F4 Toggle music.
F12 Quit game.
CONFIGURATION
glmaze maintains a local configuration in ~/.glmaze. This file is
created if it doesn't exist. It is updated on program termination.
FILES
~/.glmaze
Local configuration file.
/usr/games/glMaze/data, /usr/local/games/glMaze/data
Directory containing runtime data like bitmaps and generic
textures.
/usr/games/glMaze/levels, /usr/local/games/glMaze/levels
Directory containing level descriptions and game textures.
/usr/games/glMaze/sounds, /usr/local/games/glMaze/sounds
Directory containing sound effects and music files.
SEE ALSO
glxinfo(1), xdpyinfo(1)
AUTHOR
Till Harbaum <t.harbaum@web.de>
COPYRIGHT
Copyright (C) 2001 by Till Harbaum
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
675 Mass Ave, Cambridge, MA 02139, USA.
(c) 2001 Till Harbaum glmaze(1)