SuperTux source code

Tobias Markus c123e9e57b Add lang file path to dictionary search path 9 gadi atpakaļ
contrib 764b8411d0 update supertux-coop.diff 15 gadi atpakaļ
data 2e65925dc1 Bonus Island 1,2 :: Extended height and added tile backgrounds 9 gadi atpakaļ
data-lowres 3505dc33b4 removed second ghost forest song from lowres music 16 gadi atpakaļ
docs 77521ae95d Change email address in SuperTux.appdata.xml file 10 gadi atpakaļ
external 615dd8320a This hopefully fixes squirrel build 9 gadi atpakaļ
man 9324a91826 supertux/man/man6/supertux2.6: Fix a syntax error. 14 gadi atpakaļ
mk fc22ce451a CMake: fixed out-of-tree builds 9 gadi atpakaļ
src c123e9e57b Add lang file path to dictionary search path 9 gadi atpakaļ
test 0c86b79e15 Updated email address, grumbel@gmx.de -> grumbel@gmail.com 10 gadi atpakaļ
tools ba8fb1425a Update URL in the build-addon-index tool from googlecode to GitHub 9 gadi atpakaļ
.gitignore 9c233f40bd Fix warnings about methods not being marked as 'override' 9 gadi atpakaļ
.gitmodules 197b11eb7d Update .gitmodules to point to new location 9 gadi atpakaļ
.travis.yml 964041251d Update CMake version in .travis.yml 9 gadi atpakaļ
CMakeLists.txt fc22ce451a CMake: fixed out-of-tree builds 9 gadi atpakaļ
CODINGSTYLE dc2aba2805 Added another note about comments to CODINGSTYLE 10 gadi atpakaļ
Doxyfile 8b8a027279 Change the version number to 0.4.0-git in order to switch to SemVer 9 gadi atpakaļ
INSTALL.md 0ef740ea5e Change SDL requirement 9 gadi atpakaļ
LICENSE 18f71a2666 Move COPYING to LICENSE 9 gadi atpakaļ
NEWS.md ad28273d92 New item for next release 9 gadi atpakaļ
README.md b0007f01dc Spelling fixes 9 gadi atpakaļ
config.h.cmake aeb197db9c Tweak CMakeLists and physfs initialization a bit to eliminate redundant APPDATADIR setting 15 gadi atpakaļ
configure d67e254c94 add autotools-like wrapper configure and Makefile 13 gadi atpakaļ
makedist.sh 13e59600f5 NEWS: rename WHATSNEW.txt to NEWS.md, reformat in markdown 9 gadi atpakaļ
makepot.sh c27186a1c3 add a todo 10 gadi atpakaļ
supertux2.appdata.xml a8b6943dce Add changelog for 0.3.5a 9 gadi atpakaļ
supertux2.desktop b85a897dab Update desktop menu entry file to conform to XDG specs 9 gadi atpakaļ

README.md

Build Status Coverity Scan Build Status

SuperTux - http://supertux.lethargik.org/

Last update: February 26, 2010

Description

SuperTux is a jump'n'run game with strong inspiration from the Super Mario Bros. games for the various Nintendo platforms.

Run and jump through multiple worlds, fighting off enemies by jumping on them, bumping them from below or tossing objects at them, grabbing power-ups and other stuff on the way.

Story: Penny gets captured!

Tux and Penny were out having a nice picnic on the ice fields of Antarctica. Suddenly, a creature jumped from behind an ice bush, there was a flash, and Tux fell asleep!

When Tux wakes up, he finds that Penny is missing. Where she lay before now lies a letter. "Tux, my arch enemy!" says the letter. "I have captured your beautiful Penny and have taken her to my fortress. The path to my fortress is littered with my minions. Give up on the thought of trying to reclaim her, you haven't got a chance! -Nolok"

Tux looks and sees Nolok's fortress in the distance. Determined to save his beloved Penny, he begins his journey.

Documentation

Important documentation for SuperTux is contained in multiple files. Please see them:

INSTALL.md : Requirements, compiling and installing.

README.md : This file

NEWS.md : Changes since the previous versions of SuperTux.

LICENSE : The GNU General Public License, under whose terms SuperTux is licensed. (Most of the data subdirectory is also licensed under CC-by-SA)

docs/levelguidelines.txt : Very useful information for those that want to design levels for SuperTux.

data/credits.txt : Credits for people that contributed to the creation of SuperTux. (You can view these in the game menu as well.)

data/README : Licensing information about the data.

Running the game

SuperTux makes use of proc to see where it is. In other words, it does not have any need to be installed and can be run from anywhere. This makes it possible to click in the executable in your filemanager (i.e. Konqueror or Nautilus) as opposed to many other Linux games.

Options can be reached from the menu, so you don't need to specify arguments, but if you want, type supertux2 --help to check the ones that are available. Also, notice that SuperTux saves the options, so it's often enough to specify them once. For example, fullscreen mode causes problems on some setups, so just run supertux2 --window and you should be set.

The game uses OpenGL to render the graphics. You will either need a CPU with about 10 GHz or an accelerated video card with the vendor's drivers. (On Linux, the team recommends using cards from NVidia with the proprietary drivers, but ATI or another vendor should do.)

Playing the game

Both keyboards and joysticks/gamepads are supported. You can change the controls via the Options menu. Basically, the only keys you will need to use in-game are to do the following actions: jump, duck, right, left, power and 'P' to pause/unpause the game. There isn't much to tell about the first few, but the "action" key allows you to pick up objects and use any powerup you got. For instance, with the fire flower, you can shoot bullets (note that this is the only power currently implemented).

Other useful keys include the Esc key, which is used to go to the menu or to go up a level in the menu. The menu can be navigated using the arrow keys or the mouse.

In the worldmap, the arrow keys are used to navigate and Enter to enter the current level.

Development status

This version of SuperTux is still under development, even though the 0.3 line of versions is somewhat aged. This means that badguys, features, levels, graphics or anything else may be removed in the future.

Especially the Forest world included in this package may be subject to drastic changes. These changes may go as far as removing the world altogether. Currently (February 2010) there is no consensus within the SuperTux development community regarding the fate of the Forest. Don't get too attached to it ;)

The End

Thanks for trying out SuperTux.

The SuperTux development team