-
Notifications
You must be signed in to change notification settings - Fork 27
/
README
48 lines (31 loc) · 960 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# ES2 WebMUD
ES2 mudlib is ancestry of almost every Chinese MUD, powered by MudOS/FluffOS.
Until now, almost every Chinese MUD is played with Telnet / ZMUD client.
This project, using nodejs & HTML5 technologies, enable playing MUD with broswers (including mobile browser, embedded browser in WeChat/QQ, etc.)
### Install
Just clone this project, or download the zip file and extract. It contains:
* mudlib.
* fluffos binary (for Linux / Mac OS X).
* webapp.
Then run:
```bash
npm install
```
### Dependency
#### nodejs
Required to run webtelnet proxy.
#### libevent
Required by fulffos binary.
* For Linux, install it with apt-get.
* For Mac OS X, install it with MacPort.
You can also compile the fluffos binary from project, then copy to `bin/linux` or `bin/osx`:
https://github.com/fluffos/fluffos.git
### Usage
```bash
$ ./bin/startmud
```
```bash
$ ./bin/stopmud
```
### Credits
Created by Raymond Xie, published under MIT license.