The Game of WAR 1.0 (c)1999 Stepan Roh -------------------------------------- This package contains sources of unfinished and buggy strategic game "The Game of WAR". Despite the copyright above and in the sources I'm placing all the files under public domain. I think that everyone capable of understanding it should be able to use it (or any portion of it) without any restriction. In case there is such person out there I gently request to stick some note about me in the sources or docs or letting me know, thanks. What's this? ------------ WAR is a strategic game similar (or designed to be similar) to Panzer General and its clones. It is very buggy, has unfinished network support, no AI and almost no eye-candy. Sources are weird as well. There are some interesting ideas in the source (C++ layer over Allegro and libnet, GUI fully controlable with keyboard and map system supporting rectangular, hexagonal and isometric views), but to be honest I suggest LGeneral as a better game (http://lgames.sf.net). Requirements ------------ Sources (dated back to year 1999) were modified to work with Allegro 4.0.x (see http://alleg.sf.net) and be compilable with GCC 3.3.3. Unfinished network support needs libnet (see http://libnet.sf.net). Compilation ----------- Sources should be compilable on each platform where Allegro and libnet are compilable. Shipped makefile is suitable for Linux with GCC. Other platforms may need makefile adjustments. Make targets: or default - compiles xwar executable and util/sgamma utility dev - as default + updates war.dat file and compiles test/* utilities clean - removes all compiled object files and libraries cleanall - as clean + removes all executables DEBUGMODE=1 toggles debugging on Stepan Roh