-
-
Notifications
You must be signed in to change notification settings - Fork 491
Tuxnut_Tutorial
Welcome to the SuperTux Tutorial!
SuperTux is a classic-style jump-'n'-run first-person platformer where Tux, the Linux mascot, must save his girlfriend Penny from his arch-rival, Nolok, by squishing baddies and collecting coins in the snowy lands of Antarctica. The primary objective is to finish each level by getting to the goal. This usually unlocks even more levels for you to try!
The default controls for SuperTux:
*Right/left for walking *Down for ducking and climbing on ladders *Space for jumping (hold space longer to jump higher) *Up for entering doors, activating switches, and climbing on ladders *Control is the "action button," used for firing bullets and carrying objects
If Tux is hit with a hazard, he is hurt, sending him back to the beginning of the level (or to the last checkpoint, in some situations.)
Powerups are goodies placed around the level. Some are out in the open, but others are placed in bonus blocks ( ) and only show up if Tux bonks his head on the block.
Coins ( ) award Tux...well...coins. The number of coins you have collected is shown in the upper right of the game screen. These come in handy later on, but they are useless otherwise.
Eggs ( ) roll around and make Tux into "big Tux" on contact. Big Tux is twice as tall as his small counterpart, and Big Tux is granted the ability to duck with the down key, and he can break wooden boxes by bonking them with his head. If Big Tux is hit by a hazard, he becomes small Tux again, and is temporarily invincible.
Fireflowers ( ) make Tux into "Fire Tux." Fire Tux is like Big Tux, but he has a fireman's hat and a special ability to shoot fireballs. The Control key fires one of these, which can kill most (but not all!) badguys.
Iceflowers ( ) make Tux into "Ice Tux." Ice Tux is basically Fire Tux, but he shoots snowballs instead of fireballs.
Tux dolls ( ) give Tux 100 coins. Be sure to catch them before they fly off the screen!
Invincibility stars ( ) make Tux invincible to hazards (he even destroys some badguys!) for a short time.
Home
Guidelines
Game Mechanics
Tools
Engine
- Cameras in other games
- Collision
- Configuration File
- Console
- Cutscenes
- Game_Engine
- Lighting
- Map_transformer
- Portables
- SceneGraph
- Scripting
Specifications
Milestones
- Milestone 1 Analysis
- Milestone 2 Design Document
- Milestone 2 Design Document Old
- Milestone 3 Design Document
Building (mostly outdated)
- INSTALL.md
- Building
- Building on macOS
- Building SuperTux
- Building on Windows
- Building with MXE (cross-compile)
Meetings