Yet Another Dungeon-game is a maze (or dungeon) game with a flexible text-based map format and interface plugins.
Version: 0.0.2.2Yet Another Dungeon-game is a maze (or dungeon) game with a flexible text-based map format and interface plugins.
License: GPL
Operating System: Linux
Homepage: yadgame.sourceforge.net
Developed by:
Installation:
yad/ $ ./configure
yad/ $ make
(as per usual)
Now, to run it --
The environment variable YAD_MODULES needs to point to the full path of interface/.libs in the
root source folder.
For example, I (developer) would use
yad/ $ export YAD_MODULES="/home/dustin/c/yad/interface/.libs"
cd to src, and run ./yad with a map file (currently, neat.map is the test map, neat.map links to woot.map, and vice-versa.)
src/ $ ./yad neat.map
What's New in This Release:
· The libltdl dependency was removed from the configure script.