Skip to content
Rocky Bevins edited this page Aug 14, 2016 · 12 revisions

Welcome to the RockMUD documentation. RockMUD is a JavaScript mud engine written to leverage websockets and to expedite the development of text based online games.

Installation

Basic node fare. Clone the repo, install socket.io if needed with 'npm install', and start the server with 'node server.js'.

RockMUD will default to the port value found in config.js (3000) if nothing is found on process.env.PORT.

Clone this wiki locally