panthema / 2006 / SDIOS06 / sdios06 / src / sdljump / sdljump.6 (Download File)
.TH SDLJUMP 6
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
.\" other parms are allowed: see man(7), man(1)
.SH NAME
SDLjump \- a xjump clone
.SH SYNOPSIS
.B sdljump
[ THEME ] [ OPTIONS ]
.br
.B sdljump
[ --help ]
.SH "DESCRIPTION"
.B SDLjump
SDLjump is a clone of the simple yet addictive game Xjump, adding new features
like multiplaying, unlimited FPS, smooth floor falling, themable graphics etc...

The goal in this game is to jump to the next floor so you don't fall down. As
you go upper in the Falling Tower the floors will fall faster. Try to survive
longer than anyone.

To make the multiplayer games last longer, you can choose to have more than one
live, but the final result will be divided by the number of lives consumed.

.SH OPTIONS

.BI \-w\  screenwidth ,\ \-\-width\  screenwidth
Forces the screen width to screenwidth units.
.TP
.BI \-h\  screenheigth ,\ \-\-heigth\  screenheigth
Forces the screen height to screenheigth units.
.TP
.BI \-b\  bitsperpixel ,\ \-\-bpp\  bitsperpixel
Sets the screen bitdepth to bitsperpixel. 
.TP
.BR \-f\ ,\ \-\-fullscreen
Force fullscreen mode.
.TP
.BR \-s\ ,\ \-\-software
Force software rendering.
.TP
.BR \-o\ ,\ \-\-opengl
Force OpenGL rendering.
.TP
.BR \-a\ ,\ \-\-antialias
Force antialiasing for rotating sprites. 
.TP
.BR \-n\ ,\ \-\-no\-aa
Disables antialiasing for rotating sprites. 
.TP
.BR \-?\ ,\ \-\-help
Displays the help screen.

.SH "HIGHSCORES"

The \fImode\fR tab in the Highscores might seem strange at first, but it is
quite simple: it represents the Game Mode options set in that match. Each letter
represents an option:

1st Letter: The FPS limiter\n
.RS
s: Sdljump default - An arbitrary FPS limit.
.RS
.RE
x: Xjump - 40 fps, the xjump default
.RE

2nd Letter: The player rotation
.RS
s: Sdljump default - full rotation.
.RS
.RE
x: Xjump rotation mode
.RS
.RE
n: No rotation
.RE

3rd Letter: The falling floors scroll mode.
.RS
s: Sdljump default - Soft
.RS
.RE
x: Xjump - Hard

.SH "COPYRIGHT"
 Copyright (C) 2005
 Juan Pedro Bolí­var Puente <magnicida@gmail.com>
.PP
This 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, or (at your option) any later
version without ANY WARRANTIES.
.SH "AUTHOR"
.B SDLjump
was written by Juan Pedro Bolívar Puente <magnicida@gmail.com>