Race Game by ssjx (http://ssjx.co.uk)
-------------------------------------

This game is my entry for the FreeBasic Games Directory Retro Competition 2008.

Find out more here:

http://games.freebasic.net/forum/index.php?topic=246.0

The aim of the game is to avoid the traffic and get as far as possible before crashing!

NOTE : This game require fmod for sound, see below.

Controls
--------

Arrow keys left + right
Escape	- Quit
Space	- Proceed on menus
S	- Screenshot saved as screen.bmp

Compiling
---------

Compiled with fbc version 0.2, compile with

fbc *.bas

(this will create the game as an executable called gfx.exe)


FMOD Sound
----------

This program requires the fmod.dll for sound, it should be placed
in the c:\windows\system32 folder.

Visit http://www.fmod.org for more information and fmod.

FMOD Sound System, copyright  Firelight Technologies Pty, Ltd., 1994-2007.


Version history
---------------

Change from 0.5
* Added a Sleep to a CPU hogging loop which i missed (vehicle selection)

Changes from 0.4
* Vehicle selection
* Unlockable bonus vehicles
* Some sound effects (which require fmod)

Changes from 0.3
* Dark bike
* Cloud over score fixed
* Improved frame rate control
* Score saved in score.dat

Changes from 0.2
* More variety and improved graphics
* Tidyed up text
* Various other tweaks and fixes

Changes from 0.1 (first release)
* Changed key press method (now keys need to be tapped)
* Replaced traffic with cars (was bikes)
* Added simple scaling for distant cars
* Collision detection and explosion
* Title screen
* Gets faster quicker (every each 18 travel)
* Traffic gets denser (after dist>50)
