arraylast_discord-engine

1.0.1 • Public • Published

Discord MMO Engine

Discord is highly expressive, text-based MMO engine written in JavaScript on top of Node.JS and MooTools.

This is packaged as a library. Just add discord to your package.json file, then type npm install.

Usage

Here's an example world using the Discord engine:

require('discord').start({
	world_name: 'DiscordMUD',
	world_path: __dirname+'/world',
	start_room: 'lobby'
}).listen(8000);

For more information, check out http://github.com/Yuffster/discord-example.

Package Sidebar

Install

npm i arraylast_discord-engine

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

143 kB

Total Files

59

Last publish

Collaborators

  • arraylast