From: Joshua Grams Date: Mon, 4 Jul 2005 13:14:37 +0000 (+0000) Subject: OK, now we're really done with 0.3 X-Git-Tag: 0.4~58 X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=commitdiff_plain;h=87dc7a4f84d0cca94f16619034fb0748e435322b OK, now we're really done with 0.3 --- diff --git a/README b/README index 7c6d86e..5f702d5 100644 --- a/README +++ b/README @@ -22,7 +22,7 @@ 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.4, we have a +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. @@ -47,7 +47,6 @@ 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". -0.4: * Command-line option --game-speed. Internal Technical Changes: diff --git a/config.h b/config.h index 052a2f8..c815082 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,7 @@ #define debug(x) if(DEBUG) { x; } -#define VERSION "0.3" +#define VERSION "0.4pre" #define DATA_PREFIX "/usr/share/vor" // screen size