View Single Post
Old 07-21-2011, 07:34 PM   #10
epicureanideal
New Member
 
Join Date: Jul 2011
Posts: 4
epicureanideal is on a distinguished road
Re: Need for a new MUD engine?

There is a tool for creating compilers called ANTLR that has some interesting features. If you're wanting to build a new programming language you can just select "sure, I want strong typing" (like C) or "no, I want dynamic typing" (like Python), and various other things before you even start defining your language. I want to do something like that for a MUD, where there are a lot of major components already built and even multiple options for certain components. For example, does the administrator want to include a magic system at all? Yes or no. Does the administrator want to use combat system A or B? Does the class system work more like this or more like that? And so on. So the administrator would just spend 15 minutes selecting the basic options for their MUD and it would be up and running with high quality systems. If they want to further customize they can modify the scripts.
epicureanideal is offline   Reply With Quote