X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=README;h=5f702d575fe6654e55470dd8158f2c54e864b6c4;hp=d7e9db4b00ecf52eef546c6928150075faa4c203;hb=0224eb908d4084f52a22c8d64404a0efb4acfa35;hpb=9c864f32b506241d30e1b40fae5bea78f54ec498 diff --git a/README b/README index d7e9db4..5f702d5 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Variations on Rockdodger +Variations on Rockdodger 0.3 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 @@ -6,6 +6,8 @@ homepage: http://herkamire.com/jason/vor See INSTALL for instructions on building, running and installing. +VoR is released under the GNU GPL -- see file COPYING for details. + Jason Woofenden and Josh Grams like Rock Dodgers (http://spacerocks.sourceforge.net/) very much: both playing it and hacking on it. VoR is the result. It is currently based on the rockdodger 0.4.2 codebase, @@ -20,10 +22,9 @@ Note: This is a fairly hard game, intended to be a quickie game for when you want to kill a few spare minutes. For reference, my best time [Josh Grams] is about 2 minutes in version 0.3. I'm not generally very good at video games, but I have been playing this one for quite a while now. However, you can make it -substantially easier by slowing the game down. New in version 0.2, we have a -constant GAMESPEED in config.h. New players may like to try it at 3/4 or even -2/3 speed. It should probably be a command-line option, but I'm too lazy to -fix that right now. +substantially easier by slowing the game down. New in version 0.3, we have a +command-line option --game-speed=N%. New players may like to try it at 0.75 or +even 0.66. Changes from Rock Dodgers @@ -46,6 +47,7 @@ User-Visible Changes: * Fully random rock generation; rocks no longer wrap vertically. * Rocks' relative speeds are now uniform in all directions (i.e. much more up/down speed variation). Noticeably hard...err...more "interesting". + * Command-line option --game-speed. Internal Technical Changes: