Yet Another Dungeon-game 0.0.2.2 review

Download
by rbytes.net on

License: GPL (GNU General Public License)
File size: 0K
Developer: Dustin Howett
0 stars award from rbytes.net

Yet Another Dungeon-game is a maze (or dungeon) game with a flexible text-based map format and interface plugins.

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.

Yet Another Dungeon-game 0.0.2.2 search tags