-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathREADME
28 lines (19 loc) · 1.13 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Xargon - Copyright 1992-1994 Allen Pilgrim
This port of Xargon is Copyright 2011 Adam Nielsen <[email protected]>
The included DOSBox OPL synth is Copyright 2002-2010 The DOSBox Team
All code is covered under the GNU GPL license. Unless otherwise stated in a
given file, it is version 3 of the GPL.
You will need SDL and libgamemusic available to build this port.
Build instructions:
./autogen.sh # Only needed if building git version
./configure && make
This will produce ./src/xrfile01 which should be placed in the same directory
as the Xargon data files (just like the DOS .EXE file.) If you don't have the
data files handy, all three episodes have been released as freeware and can be
downloaded from http://www.classicdosgames.com/game/Xargon.html
If you encounter any problems with this port or need help, please ask on the
RGB Classic Games forum at http://www.classicdosgames.com/forum/ You can also
get help here if you are stuck somewhere in the game!
Known issues:
- Some tiles don't animate (e.g. ocean below waterfall on first level.)
- Will only run on little-endian CPUs due to endian-specific file handling.