Skip to main content

A game server for hosting text-based online MOO-like games.

Project description

DjangoMOO

"LambdaMOO on Django"

release pipeline coverage quality docs

DjangoMOO is a game server for hosting text-based online MOO-like games.

Quick Start

Checkout the project and use Docker Compose to run the necessary components:

git clone https://gitlab.com/bubblehouse/django-moo
cd django-moo
docker compose up

Run migrate, collectstatic, and bootstrap the initial database with some sample objects and users:

docker compose run webapp manage.py migrate
docker compose run webapp manage.py collectstatic
docker compose run webapp manage.py moo_init
docker compose run webapp manage.py createsuperuser --username phil
docker compose run webapp manage.py moo_enableuser --wizard phil Wizard

Now you should be able to connect to https://localhost/ and login with the superuser you just created, described below.

Login via Web

To make things easier for folks without SSH access or who are behind firewalls, the server interface is exposed through webssh.

WebSSH Client Example WebSSH Editor Example

This client is only able to open connections to the local SSH server.

Admin Interface

As a secondary way to view the contents of a running server, a Django Admin interface is available at /admin. It's really a last resort for most things:

Django Admin Example

Login via SSH

Of course, it's also possible (perhaps even preferred) to connect directly over SSH:

SSH Client Example

It's also possible to associate an SSH Key with your user in the Django Admin so as to skip the password prompt.

When you're done exploring, you can hit Ctrl-D to exit.

LambdaCore Attributions

This package is heavily derived from the LambdaMOO and LambdaCore documentation, including the LambdaCore Programmer's Manual and the LambdaMOO Programmer's Manual. The code was written without reading the original LambdaCore source; it is an independent reimplementation based on documented behavior and conventions.

Various verbs have been modified from their LambdaCore equivalents to better fit a Pythonic codebase: output uses print() rather than return values, property access follows Django ORM patterns, and permission idioms have been updated to account for differences in how this server dispatches verbs compared to LambdaMOO.

DjangoMOO could not have happened without the work of the following authors:

  • LambdaCore Database User's Manual (LambdaMOO 1.3, April 1991) Mike Prudence (blip), Simon Hunt (Ezeke), Floyd Moore (Phantom), Kelly Larson (Zaphod), Al Harrington (geezer)

  • LambdaCore Programmer's Manual (LambdaMOO 1.8.0p6, Copyright 1991) Mike Prudence (blip), Simon Hunt (Ezeke), Floyd Moore (Phantom), Kelly Larson (Zaphod), Al Harrington (geezer)

  • LambdaMOO Programmer's Manual (LambdaMOO 1.8.0p6, March 1997) Pavel Curtis (Haakon / Lambda)

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

django_moo-0.95.0.tar.gz (582.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_moo-0.95.0-py3-none-any.whl (431.8 kB view details)

Uploaded Python 3

File details

Details for the file django_moo-0.95.0.tar.gz.

File metadata

  • Download URL: django_moo-0.95.0.tar.gz
  • Upload date:
  • Size: 582.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for django_moo-0.95.0.tar.gz
Algorithm Hash digest
SHA256 9fd90665fe3aefc06fe6df8d766e9a1e085580e536c7ecf7a1aff24b093f29b2
MD5 d3fea9f03fcf5adbdb9c041a43e244ee
BLAKE2b-256 9b39fe89982b22dd06c43e1949e43ca8a651166a41e588b3e7154e79d8038a96

See more details on using hashes here.

File details

Details for the file django_moo-0.95.0-py3-none-any.whl.

File metadata

  • Download URL: django_moo-0.95.0-py3-none-any.whl
  • Upload date:
  • Size: 431.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for django_moo-0.95.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a6401b5bdfc4a7da1b468754f5eddaf83f65f6e64ddbfbbfad94d6b4cc78fec2
MD5 b51ec22d23cbe3fd3ddfa3c58c3ec9ec
BLAKE2b-256 5c15feeb33800e861e950f2dd8e94addfbfc14fee2f7db3060bbca36d08796bf

See more details on using hashes here.

Supported by

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