Warning
This project has been moved to sr.ht
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
- Clone the repository
git clone [email protected]:zeviraty/TOMEorgit clone https://github.com/zeviraty/TOME - Run configure script:
./configure - Run install:
make install - Run code check:
make check - You are good to go!
- Pull the docker image
docker pull zevvi/tome:latestordocker pull zevvi/tome:nightlyfor nightly - Run the docker image
docker run zevvi/tome:latestordocker run zevvi/tome:nightly
- Clone the repository
git clone [email protected]:zeviraty/TOMEorgit clone https://github.com/zeviraty/TOME - Build the docker image
docker build . -t tome:nightly - Run the docker image
docker run tome:nightly
Everything is in configuration files under the config/ directory:
- Classes
- Races
- Profanity
- Commands
This project is licensed under the GNU General Public License v3.0 License. Full license: GPL-3.0