JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
version bump to 0.5.5
[vor.git] / README
diff --git a/README b/README
index fd1aece..b4bedf9 100644 (file)
--- a/README
+++ b/README
@@ -1,16 +1,24 @@
-Variations on Rockdodger 0.5.3
+Variations on Rockdodger 0.5.5
 
 VoR is a quick action game where you drive a space ship and try to avoid
 crashing into rocks. Current information about vor can be found on the
 homepage: http://jasonwoof.org/vor
 
-To play, press space to start (or 1 for an easy game) then use the arrow keys
-(or the numpad if you prefer) to steer around, dodge rocks, and make your way
-rightward. You can also press F to toggle full-screen mode and P to pause.
+Here are the keys:
+
+ Space: Start playing
+     1: Switch to easy mode and start playing
+     2: Switch to normal mode (default) and start playing
+Arrows: Steer (use short taps, and remember to slow down)
+   Esc: Quit
+     F: Toggle full-screen mode
+     P: Pause/unpause
+     3: Save a screenshot
 
 See INSTALL for instructions on building, running and installing.
 
-VoR is released under the GNU GPL -- see file COPYING for details.
+VoR is released under the GNU GPL -- see file COPYING for details. The audio is
+public domain.
 
 Jason Woofenden and Josh Grams like Rock Dodgers
 (http://spacerocks.sourceforge.net/) very much: both playing it and hacking on
@@ -29,6 +37,11 @@ Changes from Rock Dodgers
 
 User-Visible Changes:
 
+0.5.4:
+  * new sound effect and music
+  * F key toggles full-screen mode
+  * 3 key saves a screenshot
+
 0.5.3:
   * another attempt at fixing the x86 crashes.
   * made valgrind happy.
@@ -71,6 +84,7 @@ User-Visible Changes:
 
 Internal Technical Changes:
 
+  * Build system now uses autoconf (as of 0.5.5)
   * Replaced SFont with Jason's font.c
   * Started factoring a lot of stuff out of main into their own .c files.
   * Removed a bunch of unused code.