DEV Community

Discussion on: I wrote a Multiplayer Text Adventure Engine using Node.js

Collapse
 
jack profile image
Jack Williams • Edited

Nice!

You should have a look at RanvierMUD. It's similar in concept, built with Node.

It allows you to "bundle" different areas of content (regions, actions, items, NPCs).

I worked on it a little bit a couple of years ago, it was fun.

github.com/RanvierMUD/ranviermud