Confrontation v1.2 source code readme
Matt Sarnoff - July 8, 2003
matts226@cox.net

Let me start off by saying that this code is appalling. It is uncommented, not modular at all, full of unused functions, and pretty much on the whole horrific. But then again, it seems to work. I guess that if it ain't broke, don't fix it.

If you want to recompile the source yourself, you need the Allegro library (version 4.0.0 or higher) and Ben Davis' DUMB mod-playing library (I used version 0.9.2).

I wrote this program with Dev-C++ 4.9.5.0, and have included the project file (confrontation.dev). If you have Dev-C++, you should just be able to load up the project file and hit Rebuild All. If you use gcc (the compiler of champions), you should be able to just type make, but remeber to change the include and lib directories appropriately in makefile.win. I compiled it with gcc 2.95 (part of Dev-C++'s mingw distribution)--not sure how it would work with gcc 3+ (I think gcc3 has something against fstream.h). But then again, I'm sure that if you're reading this, you're a competent computer user and could figure this all out yourself.

-matt