nodemoo
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:An adandoned MOO/MUD engine for node.js from 2011
nodemoo - A multi-player text adventure written in node.js

It's kinda like a MUD or a MOO, and best resembles a multi-player
text aventure. Oh, and it's written in Javascript.

This is the core engine, and a few example rooms.

It's under rapid development, and there is no stable API. Things are
being changed, refactored, rewritten, and generally overhauled faster than
you can say "oh". That said, it works, in a limited sort of way.

= Implemented =

 * Rooms
 * Room chat
 * Private chat (whisper)
 * Emote
 * Basic navigation ("go north" or "n")
 * Mixins
 * Basic world config
 * Login based users (with optional passphrases.)
 * Simple permissions (build, admin, etc.)
 * Built-in default god user (cannot be killed, can always grant, etc.)

= TODO =

 * Items
 * Inventory
 * Light / Visibility
 * Stats
 * Persistence (saving Rooms and Clients to disk.)
 * Color/ANSI terminal effects.
 * Lots of other stuff

= Future =

Expanding it beyond a traditional MUD/MOO, such as an optional web interface, 
more gaming abilities, etc.

= Author =

Tim Totten

= License =

Artistic License 2.0

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。