X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=README;h=8b057a9b1fefcbbf28362b1bd66653c714646199;hb=162277a72c939ea7261f4897ed371a7ce67c9ac5;hp=15beb602f622f421076ae20da85315d1d84c59ef;hpb=09316d96ba7d40258da17759f9dfec85101013fe;p=supertux.git diff --git a/README b/README index 15beb602f..8b057a9b1 100644 --- a/README +++ b/README @@ -47,7 +47,7 @@ DOCUMENTATION AUTHORS - Credits for people that contributed to the creation of SuperTux. - CHANGES - Changes since the previous versions of "SuperTux" + NEWS - Changes since the previous versions of "SuperTux" COPYING - The GNU Public License, which "SuperTux" is liscensed under. INSTALL - Instructions on requirements, compiling and installing. @@ -82,8 +82,12 @@ 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 and - 'P' to pause/unpause the game. + use in-game are to do the following actions: jump, duck, right, left, power + and 'P' to pause/unpause the game. I don't think there is anything to + explain about the others, but the power key, also called run, allow you + to run and use the power of the 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 @@ -121,6 +125,13 @@ SCORING You can also score by shooting at the enemies. Don't forget to get the iceflower in order to get the ability to fire. +VIDEO/AUDIO CONFIGURATION +------------------------- + +We're using SDL for the low-level audio and video output. Configuring SDL is +explained here: + + http://sdldoc.csn.ul.ie/sdlenvvars.php OPTIONS FILE ------------