X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=README;h=29eb7211d4470a278828a3cf0268749c4a635c18;hp=5f702d575fe6654e55470dd8158f2c54e864b6c4;hb=88a9e026caed5568363cefb7d49308b875dc5e4a;hpb=100372ba9cc83542b9d9894001d70f40e28f8f4b diff --git a/README b/README index 5f702d5..29eb721 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Variations on Rockdodger 0.3 +Variations on Rockdodger 0.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 @@ -15,16 +15,12 @@ with quite a few modifications, both user-visible changes and internal technical improvements. Available for download from http://qualdan.com/vor/, or you can check out the -latest SVN copy from http://josh.qualdan.com:3/svn/vor/trunk/ (Warning: Not -Always On). +latest SVN copy from svn://svn.jasonwoof.org/vor/trunk/ 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.3, we have a -command-line option --game-speed=N%. New players may like to try it at 0.75 or -even 0.66. +I have been playing this one for quite a while now. Changes from Rock Dodgers @@ -49,10 +45,18 @@ User-Visible Changes: up/down speed variation). Noticeably hard...err...more "interesting". * Command-line option --game-speed. +0.4: + * Rocks now bounce off each other, and are pushed by particles. + * Now with two difficulties: normal and easy. + * Better new ship placement after you die. + +0.5: + * lots of bug fixes + * tweaks to engine and explosion graphics and new font + Internal Technical Changes: - * Upgraded to SFont 2.03, which has way less cruft, but no text input - routine. + * 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. * Function definitions: name at beginning of line (line following the return