Skip to main content

A Python MUD server

Project description

grailmud is a MUD server written entirely in Python (though optimising bottlenecks in C, and a more restricted language for builders and untrusted coders to work in are options which will be considered in the future) with a loosely coupled design between the game logic and the display logic for players, as well as a more loose than is traditional coupling between object logic and object state. grailmud also leverages Twisted, pyparsing and durus, so a bare minimum of low-level (networking|parsing|serialisation) code has to be written.

These points make grailmud different from other (aspiring-to-be) production-ready MUD servers in this area (ie, MUDs written in Python). PythonMOO, POO, et al, have used a custom scripting language for programming game logic in, wheras grailmud uses Python for this task. Buyasta, wordplay, et al, have a tighter coupling between display and game logic. nakedmud reimplements a -lot- of stuff in C (ick!) which is already done in some library, or which can be done painlessly in Python. There are many, many hackish little MUD servers written (I wrote 2 or 3 of them before I got the design more-or-less Right), but none of these are really suitable to build a whole game in.

One result of the decoupling of display and game logic is that the difference between player avatars and NPCs becomes the ‘controller’ (the object that receives the object’s events and acts upon them) for players is linked to a socket (via the bowels of Twisted) and a few extra instance variables and methods on the player (eg, the player’s password hash, and the method to take a line of input and dispatch it to the appropriate command). In more tightly coupled implementations, players and NPCs are different beasts entirely, possibly resulting in ridiculous duplication like different ‘take away X hitpoints’ routines for each type, which should reside in a common base class.

Decoupling object logic and object state results in promoting ‘controllers’ (or as they ended up being called in the codebase, delegates, in the Self tradition) to first-class objects which can be added or removed from objects at will. So if you want a staff to suddenly start acting like a goblin chief, it becomes as simple as this:

staff.addListener(GoblinChiefLogic())

rather than having to delve into the StaffObject’s code and add the goblin logic in there.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

grailmud-0.1a3.zip (114.0 kB view details)

Uploaded Source

Built Distributions

grailmud-0.1a3.win32.exe (101.1 kB view details)

Uploaded Source

grailmud-0.1a3-py2.5.egg (80.7 kB view details)

Uploaded Source

File details

Details for the file grailmud-0.1a3.zip.

File metadata

  • Download URL: grailmud-0.1a3.zip
  • Upload date:
  • Size: 114.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for grailmud-0.1a3.zip
Algorithm Hash digest
SHA256 d3c3573a662ead0b4165806337a858cb2de876df7386745db9e312882ce88d48
MD5 ac0b42e9e6809cf864afbdbf78f05378
BLAKE2b-256 bf47d295610f2a644d39eb5d2c095704312f454b0154a20d44805e51825140fd

See more details on using hashes here.

File details

Details for the file grailmud-0.1a3.win32.exe.

File metadata

  • Download URL: grailmud-0.1a3.win32.exe
  • Upload date:
  • Size: 101.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for grailmud-0.1a3.win32.exe
Algorithm Hash digest
SHA256 4837c43fd72dd63946f64649cfdea20841f869a114f5b304d2ba344d97af9f8d
MD5 f0dfe111b6532cc4564335d04bac12a6
BLAKE2b-256 fcfe7ebfdcffa98990a3e41f35c763e810583380cc83315fbbd44b686fec9fa9

See more details on using hashes here.

File details

Details for the file grailmud-0.1a3-py2.5.egg.

File metadata

  • Download URL: grailmud-0.1a3-py2.5.egg
  • Upload date:
  • Size: 80.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for grailmud-0.1a3-py2.5.egg
Algorithm Hash digest
SHA256 c2c542e979e0a277a2ca1f135d37edec9997c64e48a882c0766e09fb8c18c295
MD5 ee18084eea47e228110d4f5eed3826e6
BLAKE2b-256 5d54e08901bb93e9067c8411ccee78ca351b0e78e485e1c5fb71ecd3bf28479a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page