https://github.com/estebanlm/mudclient
A client to play MUDs (The ones I play :P), made in Pharo
https://github.com/estebanlm/mudclient
mud-client pharo
Last synced: over 1 year ago
JSON representation
A client to play MUDs (The ones I play :P), made in Pharo
- Host: GitHub
- URL: https://github.com/estebanlm/mudclient
- Owner: estebanlm
- License: mit
- Created: 2015-08-06T09:52:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T20:31:12.000Z (over 7 years ago)
- Last Synced: 2025-02-28T07:49:31.464Z (over 1 year ago)
- Topics: mud-client, pharo
- Language: Smalltalk
- Size: 1.58 MB
- Stars: 14
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MUDClient [](https://travis-ci.org/estebanlm/MUDClient)
A client to play MUDs (The ones I play :P), made in [Pharo](http://pharo.org).

## Features
It implements several features:
- A complete Telnet client
- Parsers for common telnet protocols: ANSI, ...
- Parsers for MUD telnet protocols: MSDP, ...
### Available plugins
- **Buttonpad**: program buttons and key combinations.
- **Notepad**: keep your game notes.
- **Alias**: define alias for repetitive tasks.
- **Filter** move chats, etc. to special windows.
- **Triggers**: define triggers on events.
#### Legends of the Jedi (http://www.legendsofthejedi.com)
- **LOTJ Status bar**: visualise data (health, movement, enemy health, etc.) using a graphic view.
- **LOTJ Cartographer**: Draw your maps.
- **LOTJ StarMap**: See the galaxy and mark interesting points.
*Next:*
- **Timers**: define triggers on time based events.
- **Log viewer**: review all your game sessions.
- **Bot**: Automate tedious tasks.
# Install
MUDClient is early development, but you can install and play with it:
$ wget -O- get.pharo.org/64/70+vm | bash
$ ./pharo Pharo.image eval --save "
Metacello new
repository: 'github://estebanlm/MUDClient/src';
baseline: 'MUDClient';
load.
MUDApplication install.
MUDTerminal open."
$ ./pharo-ui Pharo.image &