README
For MattDalrymple's TINS '07 Entry
2 April 2007

=- NEEDED -=
libpng13.dll
zlib.dll
alleg43.dll

Well the libraries it needs is loadpng and allegro
I had to removed the binary to fit everything in
so you'll have to compile yourself (that might be good
as my binary is broken)

Actually removed the dll's and kept the binary...
BAH NM you'll have to compile yourself as I didnt
want to change the code and just remove the midi
I was 5kb over 400 :-(.

=- COMPILE -=
// This line works for me, you can edit to your config.

g++ -IC:/Dev-Cpp/include -Iinclude src/*.cpp -o MD@Tins07 -lloadpng -lpng -lz -lalleg

=- THE PROJECT -=

The whole project is coded very badly...

It's unfinished; ran out of time; huge run-time error; I don't think you should
run the exe as it caused other allegro exe's to stop working.  Maybe its the 4.3.1
version.  I recommend compiling it yourself.  Any feedback about compiling this and
having the sound to work would be appreciated.  The error came around when I added
that MIDI.  The error didn't go away after removing the midi playing code.
Anyway please send me an e-mail (even if its one line).  If you've taken the time to
try it out then I'd love to hear from you.

E-mail me at: Matt.Dalrymple@gmail.com

This error made me decide just to go to sleep and not add enemies and a burning barrel
of oil with smoke coming out to finish up that requirement.  Oh well, I got something in.
Oh and the collision detection is broken a bit, I had it fixed and then I guess I messed
it up and you can now get stuck again.  There is actually a lot of work that needs to be
done >.<

=- THE GAME -=

Background:
Iran has captured some soldiers of the British Navy.  We have found some in a building.

Objective:
Navigate the Iranian Sewers undetected to rescure some of the captured
British Soldiers.  It is your duty as a Ninja.

Bring them back one by one until your job is done.  Just don't get caught.
That shouldn't be to hard for a Ninja.  To be sure we should ask a ninja if
this is to hard of a task... Maybe we should email askaninja@gmail.com ;-)

Keys:
Esc - Quit
Left Arrow - Move Left
Right Arrow - Move Right
Up Arrow - Climb Ladder Up
Down Arrow - Climb Ladder DOwn

=- CREDITS/THANKS -=
Thanks to Josiah Wagner for getting me the music and for coloring in the background
... even if you didn't do the ladders how I wanted :-D

Thanks to me for the rest :-D

=- DISCLAIMER -=
DISCLAIMER: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.