-
Notifications
You must be signed in to change notification settings - Fork 42
Home
Rocky Bevins edited this page Jun 15, 2019
·
12 revisions
RockMUD is a JavaScript mud engine written to leverage websockets and to expedite the development of text based multiplayer games.
Basic node fare. Clone the repo, npm install, and start the server with 'node server.js'.
RockMUD will default to the port value found in config.js (3001) if nothing is found on process.env.PORT.
Begin learning how to customize RockMUD by reading the Development and Architecture Introduction .