• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H03-May-2022-12,37711,715

mk/autoconf/H09-Jul-2005-450400

src/H03-May-2022-21,04215,490

AUTHORSH A D02-Jul-20051.9 KiB11779

COPYINGH A D21-Jun-200517.6 KiB341281

ChangeLogH A D21-Jun-2005170.2 KiB5,6973,544

INSTALLH A D21-Jun-20052.9 KiB9370

LEVELDESIGNH A D21-Jun-20054.3 KiB144112

Makefile.amH A D08-Jul-2005370 1510

Makefile.inH A D08-Jul-200518.2 KiB580494

NEWSH A D09-Jul-20051.7 KiB6352

READMEH A D08-Jul-20054.8 KiB143108

TODOH A D08-Jul-200518 21

aclocal.m4H A D06-Jul-200545.7 KiB1,2861,110

autogen.shH A D21-Jun-2005179 114

config.guessH A D02-Jul-200542.8 KiB1,4661,268

config.subH A D02-Jul-200530.8 KiB1,5701,429

configureH A D06-Jul-2005218.8 KiB7,4396,171

configure.acH A D06-Jul-20053 KiB11695

depcompH A D02-Jul-200513.5 KiB480304

install-shH A D02-Jul-20057 KiB295169

missingH A D02-Jul-200510 KiB337263

mkinstalldirsH A D02-Jul-20051.9 KiB11285

supertux.desktopH A D06-Jul-2005623 2221

README

1
2- An introduction for SuperTux -
3http://super-tux.sf.net/
4
5Last update: April 26, 2004
6
7DESCRIPTION
8-----------
9  SuperTux is a jump'n run like game, with strong inspiration from the
10  Super Mario Bros games for Nintendo.
11
12  Run and jump through multiple worlds, fighting off enemies by jumping
13  on them or bumping them from below.  Grabbing power-ups and other stuff
14  on the way.
15
16
17STORY
18-----
19
20- Penny gets captured! -
21
22  Tux and Penny were out having a nice
23  picnic on the ice fields of Antarctica.
24  Suddenly, a creature jumped from
25  behind an ice bush, there was a flash,
26  and Tux fell asleep!
27
28  When Tux wakes up, he finds that Penny
29  is missing. Where she lay before now
30  lies a letter. "Tux, my arch enemy!"
31  says the letter. "I have captured
32  your beautiful Penny and have taken her
33  to my fortress. The path to my fortress
34  is littered with my minions. Give up on
35  the thought of trying to reclaim her,
36  you haven't a chance! -Nolok"
37
38  Tux looks and see Nolok's fortress in
39  the distance. Determined to save his
40  beloved Penny, he begins his journey.
41
42
43DOCUMENTATION
44-------------
45  Important documentation for SuperTux is contained in multiple files.
46  Please see them:
47
48    AUTHORS     - Credits for people that contributed to the creation
49                  of SuperTux.
50    NEWS        - Changes since the previous versions of "SuperTux"
51    COPYING     - The GNU Public License, which "SuperTux" is liscensed
52                  under.
53    INSTALL     - Instructions on requirements, compiling and installing.
54    README      - (This file.)  Game story, usage, rules and controls.
55    TODO        - A wish-list for this version of "SuperTux"
56    LEVELDESIGN - Very useful information for those that want to design
57                  levels for SuperTux.
58
59
60RUNNING THE GAME
61----------------
62  SuperTux makes use of proc to see where it is. In other words, it does not
63  have any need to be installed and can be run from anywhere. This makes
64  it possible to click in the executable in your filemanager (ie. Konqueror,
65  Nautilus) as oposited to most of Linux games.
66
67  Options can be reached from the menu, so you don't need to specify arguments,
68  but if you want, type 'supertux --help' to check the ones that are avaible.
69  Also, notice that SuperTux saves the options, so you don't need to be allways
70  specifying them.
71
72  The game has two frontends: SDL and OpenGL. Currently, there isn't any
73  noticiable difference between them. Basically, SDL uses software to draw
74  the game and OpenGL makes use of the videocards CPU (if the videocard has
75  one and the drivers support it). Under linux, nVidia is recommendaded
76  (with the closed drivers), but an ATI video card should work just fine.
77
78
79PLAYING THE GAME
80----------------
81  Controls
82  --------
83  Both keyboards and joysticks/gamepads are supported. You can change the
84  controls via the Options menu. Basically, the only keys you will need to
85  use in-game are to do the following actions: jump, duck, right, left, power
86  and 'P' to pause/unpause the game. I don't think there is anything to
87  explain about the others, but the power key, also called run, allow you
88  to run and use the power of the powerup you got. For instance, with the
89  fire flower, you can shoot bullets (note that this is the only power
90  currently implemented).
91
92  Other useful keys include the Esc key, which is used to go to the menu or
93  to go up a level in the menu. The menu can be navigated using the arrow
94  keys or the mouse.
95
96  In the worldmap, the arrow keys are used to navigate and Enter enters the
97  current level.
98
99  The leveleditor is controled via the mouse, but there are shortcuts that
100  may make your life easier. To see the shortcuts for the buttons, just
101  do a Right-click on them. If you are interested in creating SuperTux
102  levels, we advise you to read LEVELDESIGN to learn more about the editor
103  and creating new levels.
104
105
106SCREEN LAYOUT
107-------------
108  Status
109  ------
110    The amount of time you have left to complete this level is displayed in
111    the center at the top of the screen.  (Note: Time is NOT in seconds!)
112
113    The number of coins you have collected is displayed at the upper right.
114
115SCORING
116-------
117  Enemies
118  -------
119    If you kill more than one enemy at a time without landing on the ground,
120    each enemy is worth more points.  For example, if there are three in a
121    row and you jump on the first, it's worth 50 points.  If you bounce off
122    the first and onto the second, it's worth 100 points.  If you also get
123    the third, it's worth 150 points.
124
125    You can also score by shooting at the enemies. Don't forget to get
126    the iceflower in order to get the ability to fire.
127
128THE END
129-------
130  Thanks for trying out SuperTux.
131
132  If you like SuperTux, please rate and review it at the
133  Linux Game Tome:
134
135    http://www.happypenguin.org/
136
137  Search for "SuperTux"!
138
139
140  Thanks!
141
142  The SuperTux development team
143