This is the Way
---------------

Description
-----------
A short platformer inspired by Joy Division and Hans Richter.

How to Play
-----------
Left/Right: move left/right.
Up: jump.
Down: go through.
Esc: quit.

Game Options
------------
You can pass the executable various command line flags:

Usage:
ThisIsTheWay[.exe] -w [width] -h [height] -a [val] -f -ns -nm -s -r

Flags:
--width [val] | -w [val]:	Set the width of the window.
--height [val] | -h [val]:	Set the height of the window.
--antialias [val] | -a [val]:	Sets the antialiasing level (2, 4, or 6) (this
                                setting doesn't do much).
--fullscreen | -f:		Sets whether to go fullscreen or not.
--nosound | -ns:		Switches off the sound output.
--nomusic | -nm:		Switches off the background music.
--sdl | -s:		        Switches to the SDL drawing backend in favour
                                of the OpenGL one (probably a bit buggy).
--random | -r:			Generates levels randomly.  No end.
--help:				Display this help.

These can also be set from the GameTemplate.conf file that will be
generated when the program is first run.  The file is located:

Documents and Settings/<user name>/Application Data/GameTemplate
(Windows XP)
Users/<user name>/AppData/Roaming/GameTemplate (Windows Vista)
/home/<user name>/.GameTemplate (Linux etc.)
/Users/<user name>/Library/Application Support/GameTemplate (OSX)

License:
--------
The source code is licensed under the GPL v3, sounds/graphics under the Creative
Commons Sampling Plus License:
http://creativecommons.org/licenses/sampling+/1.0/


- Niall Moody (06/06/09).
