diff options
author | Eric Underhill <uhillem@gmail.com> | 2015-10-03 08:54:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-03 08:54:10 +0700 |
commit | 4cd63afd3e2ca8d60ff182bb542d7ce28aca18d0 (patch) | |
tree | 959b06db6509c1474faf478a5a8403b8433b9ba5 /games/ggmud/README | |
parent | 508c3af024b7f4dc3fadf5432a28532f8602a73d (diff) | |
download | slackbuilds-4cd63afd3e2ca8d60ff182bb542d7ce28aca18d0.tar.gz |
games/ggmud: Added (console MUD client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/ggmud/README')
-rw-r--r-- | games/ggmud/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/ggmud/README b/games/ggmud/README new file mode 100644 index 0000000000..e1250c119a --- /dev/null +++ b/games/ggmud/README @@ -0,0 +1,5 @@ +GGMud is a terminal-based MUD/MOO/MUSH client designed to be light, extensible, and portable. It +includes a custom scripting language which supports event triggers, timers, macros, aliases, speed +walking, varibles and if clauses, Connection Wizard with auto login, among other features. It uses +Lua as an external scripting language. GGMud supports MCCP (Mud Client Compression Protocol), +support for 4/5 proxies, ANSI 16 colors, and MUD TELNET emulation. |