Skip to content

976047167/es2-utf8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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.

About

ES2 MudLib by Annihilator, with map, UTF8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 74.3%
  • C 23.8%
  • CSS 1.7%
  • HTML 0.1%
  • Roff 0.1%
  • C++ 0.0%