arendjr / PlainText

Text-based MUD game engine
GNU Affero General Public License v3.0
78 stars 17 forks source link

PlainText

PlainText is a text-based MUD game engine.

Features

Disclaimer: Some of these are only available in the legacy branch. My intention is to get everything below reimplemented in the current Rust port.

Documentation

There's documentation available in the PlainText Wiki.

You may want to jump straight to the Frequently Asked Questions.

Running your own server

Make sure you have the latest stable Rust release installed and cloned this repository, then from the command line, run:

$ cargo run

You can use the PT_DATA_DIR and PT_LOG_DIR environment variables to control where data files are loaded from and logs are written to, respectively.

Connecting

Once your own server is running, you can connect to it through telnet or using your webbrowser. The ports to connect to are displayed on the console when you start your server.

The first character you register on your own server will automatically become an admin.

License

This software is licensed under AGPLv3.

For details, see LICENSE.