Phantasmal MUD Lib for DGD

Phantasmal Site
Phantasmal API
Archive
DGD
Getting DGD
Game Design Issues
The Kernel Library
LPC
Writing a Library
What Does It Do?
DGD LPC Reference
DGD/MP and Threads
Mappings
Atomic Functions
call_out
call_touch()
call_trace()
DGD Calling Conventions
Character Manipulation
LPC Code Samples
Create Funcs
DGD LPC Diffs
DGD Driver Details
non-DGD Docs
LPC FAQ
Linked Lists
DGD/MP and Threads
Mappings
DGD Object Subtypes
Using parse_string
sprintf in DGD
sscanf in DGD
Thread-Local Storage
Unsupported Features
Running a MUD
Skotos
CSharp vs DGD
Contributing to DGD
DGD Glossary
Java vs DGD
DGD MUDs
Miscellaneous DGD
MudOS vs DGD
Slush Bucket
Why Use DGD?
Design
Development
Innsmouth MUD
Phantasmal Operation
Setup
Test module index
Phantasmal Tutorials
Comparison to Other Libs
Credits
Current Features
History
Installing Baseline Phantasmal
About

Code Examples

Full Subsystems

The components in this section are significant pieces of functionality which may be added to your MUD. They are designed to handle a particular task within the MUD, and handle it entirely, or nearly so.

Snippets

Example MUD Libraries

Code in this section is a complete (though small) MUD Library. For larger examples, see the "MUDLibs" section of this site, or of the FAQ.

  • Shevek's example of getting started with the Kernel MUDLib, System.zip.
  • Erwin Harte's example of getting started with the Kernel MUDLib, in email form.