X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=README;h=a5e2676b6693299de1d35c8faacf9115d8080f90;hp=681e0c1c07b7f0f62503e3a3d6572ac47d837c96;hb=231dc803c2de947a9e8d1cce77cb657215015e1a;hpb=806e643f2aeaa3b7e6f53e3377d6a5a7f775ff1f diff --git a/README b/README index 681e0c1..a5e2676 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Variations on Rockdodger 0.5.4 +Variations on Rockdodger 0.5.7 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 @@ -37,6 +37,9 @@ Changes from Rock Dodgers User-Visible Changes: +0.5.6: + * Some rocks disappear when hit by your exploding ship sparks + 0.5.4: * new sound effect and music * F key toggles full-screen mode @@ -69,7 +72,7 @@ User-Visible Changes: * Command-line option --game-speed. 0.2: - * New graphics, generated by POV-Ray. Yeah, okay, the ship is really cheezy. + * New graphics, generated by POV-Ray. Yeah, okay, the ship is really cheesy. At least the rocks are cool. * Real collision detection; no more "ship is 1 pixel bigger all around than it looks." @@ -84,6 +87,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.