6 projects tagged "mud"
ErlyMUD is a rather minimalistic MUD server, written in Erlang and making use of the excellent OTP libraries. The aim is to have solid support for exploration and roleplaying, within a highly fault-tolerant environment where system crashes or reboots are more of an exotic curiosity than a commonplace thing.
php mudnames is a PHP class that can generate random names for characters used in role playing games such as multi-user dungeon (MUD) games. Although the names do not mean anything, they sound very much like typical names of characters that you often see in this kind of game. It can retrieve text data from one of several dictionary files. The dictionary data is used to generate random names based on selected capabilities and used particles.
DevClient is a highly customizable MUD client designed to be friendly and easy to use. It features full parsing of ANSI color codes, support for aliases, macro binding, keypad navigation, MCCP 1 and 2, accounts and automatic login management, prompt parsing, logging, and more. Its functionality and graphics can be extended with simple server definition files. It can be easily translated into any language. It can detect when a new version of itself is available and upgrade itself without restarting.
hMUD is a classic Telnet MUD client that runs in major Web browsers (IE, Firefox, and Chrome). Internally it's a Flash client, but you do not interact directly with Flash; it just does a bridge between the HTML and the MUD server. For the user, it's just an HTML page using Javascript (like most Web sites). So it is largely accessible by modern computers. It works on any Telnet MUD, and it parses ANSI colors, transforming the output to HTML. It has basic features like command history, logging output in HTML (so that you can save a log with the same output currently in your screen), and other conveniences.
libtelnet is a small library for writing telnet protocol handlers in C. It uses a fully correct state machine model and full RFC 1143 (Q Method) option negotiation. It includes optional support for MUD-specific protocol extensions such as MCCP2 and ZMP. Several test programs are included, such as the very useful telnet-proxy utility.
A boilerplate code generator for Android providing runtime dependency injection along with simplified threading and event models.