IBIZA INSURGENCY
----------------

Written by Ben "entheh" Davis
entheh@users.sourceforge.net
http://bdavis.netfirms.com/

Written for the IdeaHack Competition 2001
http://www.hot.ee/ideahack/

Developed on DJGPP
http://www.delorie.com/djgpp/

Supported by Allegro
http://alleg.sourceforge.net/

With help from Master Goodbytes
master_goodbytes@hotmail.com
http://binarysurge.netfirms.com/


Compilation
-----------

Compile all the C files and link them together. The following works for
DJGPP:

gcc *.c -o ibiza.exe -O2 -ffast-math -fomit-frame-pointer
    -funroll-loops -lalleg

That should all be on one line.


How to play
-----------

Fire rubber balls into the nightclub and knock the squirrels out. When
they're all dead, Dog Time will start. Go in and collect the squirrels,
and pick up your rubber balls, and get out the other side before Dog Time
runs out.

This will all make sense when you've run the game and read the introduction.


Reused material
---------------

The font is ripped from an old unreleased project of mine.
Extra characters were added during the competition for ... uh, that's a
secret ... whoops, too late :P

The timeloop and menu systems (timeloop.c, menu.c, menuproc.c) were ripped
from Set Up Us The Bomb !!!.

All the music was written for other games. The astute amongst you might
recognise some of it from Line Wars and Rock 'n' Spin :)

The 'pop' sound effect is the same one used in Rock 'n' Spin and Sheep.

It should be obvious what other component was ripped from somewhere ;)


Other notes
-----------

This game features some cheat codes. I cannot be bothered to keep you in
suspense, so here they are:

     CANTGETME - Render player invulnerable.
    ELASTICITY - Enable crazy balls.
     1337H4X0R - View all text in 1337.
SUCKMESIDEWAYS - Do not censor swearwords.

The last cheat code needs one letter changing before it will work.
Guess which one ;)

These will work from the menus and during the game, but not during the
cutscenes.

I apologise PROFUSELY for the MIDI music - but then, one of the requirements
did ask for Cheeze, so - my hands are tied :)


Conclusion
----------

Er ... enjoy ;)


- entheh

