E R I S M U D

Home | About | Documentation | Download | Contact
A MUD server written in Python. Free and GPL.


General


ErisMUD is a MUD engine written from scratch in Python using SQLite for storing data. ErisMUD started in 2004 and is distributed under the GPL (a copy of the license can be found in the README file, in the releases.)
ErisMUD is a work-in-progress but already has many features:

Completed Features


  • Inventory
  • Global Chat system
  • Rooms creation
  • File logging
  • Help system
  • Template system for large areas
  • Optional ANSI colors
  • Easy one-command NPC/room/object creation.
  • The Mapper


    The Mapper tool that allows to convert ASCII maps into actual rooms.

    For example, with as map like this it would create all the numbered rooms and exits/links.
         [12]-[13]-[14]-[15]                 
          |    |    |    |             
    [10]-[11]-[16]-[17]-[18]----[24] 
          |    |    |    |       |  
         [19]-[20]-[21]-[22]     |    
                            \   [25]   
                             \       
                              [23]
    
    Upcoming features


  • Create your own RPG system from scratch or use an existing one.




  • Manuel Fortier-Lanctot © 2008