There's a commercial program called 'PerlMUD', by Tom Boutell, of gd fame. I remember first seeing it, and that was 8 or 9 years ago, so I've no idea what state it is.

I've contemplated the question of how to write a MUD in Perl many times - although I've never even started writing one. Writing a MUD in Perl could mean one, or both of two things: writing the framework in Perl (that is, the thing that keeps the MUD running, similar to for instance 'MudOS', 'DGD' or 'Amylaar') and the language of the MUD itself (instead of for instance LPC or Pike).

I'd first decide what kind of MUD I'd write (and I don't mean the theme, but essentials like can 'anyone' contribute code (for instance in traditional LP muds, anyone reaching level 20 becomes a wizard and can start writing code) or can only 'trusted' people add code? Should the MUD be able to expand/upgrade on the fly (like LP) or does it require a reboot/restart (like Diku)? Only after deciding such questions, I'd go shopping for software.


In reply to Re: Perl MUD? by Anonymous Monk
in thread Perl MUD? by Spidy

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.