Download | Project page | Screenshots | ||||||
What is it?To those who are familiar with LPMUDs - it is an LPMUD game driver. It runs LPC code just like any other driver, and works on the same principles. However, AGD is a graphical driver. Players don't connect to the server with plain telnet, they use a specialised game client instead. If you don't know what LPMUDs are, then this explanation might suit you better - it's a game server for running multiplayer adventure games. It uses the old Sierra AGI style for graphics and player interaction. Current statusSee NEWS, TODO and doc/dfuns in the source directory for a clue about the status.
Mailing listsThere are two mailing lists at this time:
Acquiring sources.Check the download link above.You can also get the sources from CVS. This is bleeding edge, untested, development code. This shouldn't matter right now, as the same goes for the public releases. :) To get the CVS version using anonymous pserver: cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/agd login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/agd co server Note that the CVS version doesn't have some symbolic links that are necessary to build. To generate them, do automake --add-missingIf it barfs, it's probably because you have both an older and a newer version of automake installed, and /usr/bin/automake points to the older version. If this is the case, try `automake-<TAB><TAB>`, (<Esc> for csh) to invoke autocompletion - if something shows up, use the version number it gives you. On my machine, I'd do automake-1.7 --add-missingto use the correct version. You can also browse the source code with your web browser - use ViewCVS for that. |
Status
News
|