Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Zeviraty/TOME

Repository files navigation

Warning

This project has been moved to sr.ht


Tome MUD

For creating 🌟Amazing🌟 MUD/MUX/MUSH/MU*

Made with Python Open Source Built with love

GPLv3 License

About TOME

Warning

This project is unfinished and in alpha - come help out!

TOME is a multi-user text engine designed to be used with traditional mud clients. This is the successor to my mud engine ARMUD

Installation

From source / git

  1. Clone the repository git clone [email protected]:zeviraty/TOME or git clone https://github.com/zeviraty/TOME
  2. Run configure script: ./configure
  3. Run install: make install
  4. Run code check: make check
  5. You are good to go!

Docker

From docker hub

  1. Pull the docker image docker pull zevvi/tome:latest or docker pull zevvi/tome:nightly for nightly
  2. Run the docker image docker run zevvi/tome:latest or docker run zevvi/tome:nightly

From source

  1. Clone the repository git clone [email protected]:zeviraty/TOME or git clone https://github.com/zeviraty/TOME
  2. Build the docker image docker build . -t tome:nightly
  3. Run the docker image docker run tome:nightly

Modular

Everything is in configuration files under the config/ directory:

  • Classes
  • Races
  • Profanity
  • Commands

License

This project is licensed under the GNU General Public License v3.0 License. Full license: GPL-3.0

About

Text Oriented Multi-User Engine

Resources

License

Stars

6 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors