IRRELEVANT
----------

Code by James Stanley and Maximilian Krupa
Story by Nick Burns

IRRELEVANT is released under the BSD License. See license.txt for more information.

To compile...

On Linux:
$ ./compile.sh
Will compile a standard binary

$ ./compile.sh -g
Will compile a binary with debugging symbols

On Windows:
> compile.bat
Will compile a standard binary

> compiledebug.bat
Will compile a binary with debugging symbols

To run...

On Linux:
$ ./irrelevant
Will run the game

$ gdb ./irrelevant
Will run the game from GDB

On Windows:
On Linux:
> irrelevant.exe
Will run the game

> gdb irrelevant.exe
Will run the game from GDB
