1GNUJUMP(6) Games Manual GNUJUMP(6)
2
3
4
6 GNUjump - a xjump clone
7
9 sdljump [ REPLAY ] [ OPTIONS ]
10 sdljump [ --help ]
11
13 GNUjump GNUjump is part of the GNU project.
14
15 GNUjump is a clone of the simple yet addictive game Xjump, adding new
16 features like multiplaying, unlimited FPS, smooth floor falling,
17 themable graphics etc...
18
19 The goal in this game is to jump to the next floor so you don't fall
20 down. As you go upper in the Falling Tower the floors will fall faster.
21 Try to survive longer than anyone.
22
23 To make the multiplayer games last longer, you can choose to have more
24 than one live, but the final result will be divided by the number of
25 lives consumed.
26
27
29 If you give a replay file as an argument, the program will play it and
30 quit.
31
32 -w screenwidth, --width screenwidth
33 Forces the screen width to screenwidth units.
34
35 -h screenheigth, --heigth screenheigth
36 Forces the screen height to screenheigth units.
37
38 -b bitsperpixel, --bpp bitsperpixel
39 Sets the screen bitdepth to bitsperpixel.
40
41 -f , --fullscreen
42 Force fullscreen mode.
43
44 -s , --software
45 Force software rendering.
46
47 -o , --opengl
48 Force OpenGL rendering.
49
50 -a , --antialias
51 Force antialiasing for rotating sprites.
52
53 -n , --no-aa
54 Disables antialiasing for rotating sprites.
55
56 -? , --help
57 Displays the help screen.
58
59
61 The mode tab in the Highscores might seem strange at first, but it is
62 quite simple: it represents the Game Mode options set in that match.
63 Each letter represents an option:
64
65 1st Letter: The FPS limiter
66 s: GNUjump default - An arbitrary FPS limit.
67 x: Xjump - 40 fps, the xjump default
68
69 2nd Letter: The player rotation
70 s: GNUjump default - full rotation.
71 x: Xjump rotation mode
72 n: No rotation
73
74 3rd Letter: The falling floors scroll mode.
75 s: GNUjump default - Soft
76 x: Xjump - Hard
77
78
80 Copyright (C) 2005
81 Juan Pedro Bol�ar Puente <magnicida@gmail.com>
82
83 This is free software; you can redistribute it and/or modify it under
84 the terms of the GNU General Public License as published by the Free
85 Software Foundation; either version 2, or (at your option) any later
86 version without ANY WARRANTIES.
87
89 GNUjump was written by Juan Pedro Bol�ar Puente <magnicida@gmail.com>
90
91
92
93
94 GNUJUMP(6)