Tiny Hawk, the minimalist skateboarding game
--------------------------------------------
by Pekuja for Ludum Dare 11

Requirements:
-------------
* Python (2.4)
* PyGame (1.7)

How to run the game
-------------------
Execute run_game.py. Examples:

$ python run_game.py
$ ./run_game.py
C:\tinyhawk\> run_game.py

Controls:
---------
The game is played with just one button. Any key on the keyboard except
for Esc and numbers 1-9 (which you can use to skip levels) is fine.
Esc is used for quitting the game.

Goal:
-----
Your goal is to collect all the red gems in a level. Try to get a trick combo
first to get big scores.
Once you finish the last level, you'll receive your final score. The game will
keep running until you press Esc or close the window, so don't get confused by
that. ;-)

Actions:
--------
When you're skating on the ground or grinding, press a button to jump.
While jumping, press a button to do a kickflip.
When falling on a rail, hold a button to do a grind. You don't need to keep
holding the button after you're in a grind.
When hitting a wall, hold a button to do a walljump.

Scoring:
--------
When you do a trick (grind, kickflip or walljump), your score multiplier
will go up. The multiplier won't go higher than 10. When you hit the ground
again, the multiplier will drop back to 1. The multiplier affects how many
points you get per collected gem.
