update
[supertux.git] / README.txt
index bdb2e22..84aa630 100644 (file)
@@ -6,8 +6,8 @@ http://www.newbreedsoftware.com/supertux/
 
 Version 0.0.5
 
-December 9, 2003
-
+December 24th, 2003
 
 NOTICE!  THIS GAME IS UNDER CONSTRUCTION!
 Things you'll notice:
@@ -51,8 +51,6 @@ RUNNING THE GAME
 
   The program accepts some options:
 
-UNDER CONSTRUCTION
-
     --disable-sound     - If sound support was compiled in, this will
                           disable it for this session of the game.
 
@@ -82,24 +80,25 @@ SCREEN LAYOUT
 -------------
   UNDER CONSTRUCTION
 
-    +----------------------------------------+
-    |SCORE 1230    TIME 128     DISTROS 93   |
-    |                                        |
-    |                                        |
-    |                                        |
-    |                                        |
-    |                                        |
-    |                                        |
-    |                                        |
-    |                                        |
-    |                                        |
-    |                                        |
-    +----------------------------------------+
+    +-------------------------------------------------+
+    |SCORE 1230        TIME 128            DISTROS 93 |
+    |HIGH  100                                        |
+    |                                                 |
+    |                                                 |
+    |                                                 |
+    |                                                 |
+    |                                                 |
+    |                                                 |
+    |                                                 |
+    |                                                 |
+    |                                                 |
+    +-------------------------------------------------+
 
 
   Status
   ------
     Your score is displayed at the upper left.
+    Under your current score is the last highscore.
 
     The amount of time you have left to complete this level is displayed in
     the center at the top of the screen.  (Note: Time is NOT in seconds!)
@@ -122,10 +121,9 @@ PLAYING THE GAME
 
   Pausing
   -------
-    NOT IMPLEMENTED
-
-    To pause the game, you can press either the [TAB] or [P] key.
-    To unpause, press one of those keys again.
+    
+    To pause the game, you can press the [P] key.
+    To unpause, press [P] again.
 
   Quitting
   --------
@@ -146,6 +144,8 @@ SCORING
     the first and onto the second, it's worth 100 points.  If you also get
     the third, it's worth 150 points.
 
+    You can also score by shooting at the ennemies. Don't forget to drink
+    the coffee in order to get the ability to fire.
 
 GAME OVER SCREEN
 ----------------
@@ -154,7 +154,6 @@ GAME OVER SCREEN
 
 OPTIONS FILE
 ------------
-  NOT IMPLEMENTED
 
   When Super Tux starts up, it looks for an options file.
 
@@ -162,6 +161,7 @@ OPTIONS FILE
   Under Windows, this file is "supertux.dat" in the Super Tux folder.
 
   This file records high score scores and initials, and volume settings.
+  Currently it only records high score.
 
 
 THE END