The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Games::Axmud - Axmud, a modern Multi-User Dungeon (MUD) client written in Perl5 / GTK2

SYNOPSIS

Axmud is known to work on MS Windows, Linux and *BSD. It might be possible to install it on other systems such as MacOS, but the authors have not been able to confirm this yet.

After installation (see the INSTALL file), visually-impaired users can run this script

    baxmud.pl

Other users can run this script

    axmud.pl

Using either script, you can specify a world to which Axmud connects immediately

    axmud.pl empiremud.net 4000

If you omit the port number, Axmud connects using the generic port 23

    axmud.pl elephant.org

If a world profile already exists, you can specify its name instead

    axmud.pl cryosphere

Note that window tiling and multiple desktop support has not been implemented on MS Windows yet.

DESCRIPTION

Axmud is a modern Multi-User Dungeon (MUD) client written in Perl 5 / GTK 2. Its features include:

Telnet, SSH and SLL connections - ANSI/xterm/OSC/RGB colour - Full support for all major MUD protocols, including MXP and GMCP (with partial Pueblo support) - Class-based triggers, aliases, macros, timers and hooks - Graphical automapper - 100 pre-configured worlds - Multiple approaches to scripting - Fully customisable from top to bottom, using the command line or the extensive GUI interface - Native support for visually-impaired users

AUTHOR

A S Lewis <aslewis@cpan.org>

COPYRIGHT

Copyright (C) 2011-2018 A S Lewis

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.