From 1133c0f6979a9217db22f6448fbe57f75415b07a Mon Sep 17 00:00:00 2001 From: rbiv Date: Fri, 5 Sep 2025 00:50:50 +0000 Subject: [PATCH] More docs --- README.md | 19 ++++++++++++++----- improvements.md | 10 ++++++++++ world_ideas.md | 2 ++ 3 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 improvements.md diff --git a/README.md b/README.md index e3e3896..920b486 100644 --- a/README.md +++ b/README.md @@ -10,23 +10,31 @@ Quickstart: - `look` to look at things - `@describe me as "a funny little fellow"` - `@gender MYGENDER` +- `@ways` to see exits, and `@go home` if you get stuck. - `@create $thing named "bowl of spaghetti"` +- `@audit` to see a list of all objects you own. - Check `news` and `help` for LOADS MORE. -(Note: You'll need to be registered as a programmer in order to create things. I'd like for this to be automatic, but I don't know how to do that, so unfortunately it's manual.) +(Note: You'll need to be registered as a programmer in order to create things. +I'd like for this to be automatic, but I don't know how to do that, so +unfortunately it's manual. Ask in #moo!) ## What is this? -It's a MOO, which is a kind of text-based virtual reality. Part chatroom, part programming, part creative writing. You can create, describe and program your own objects and rooms. +It's a MOO, which is a kind of text-based virtual reality. Part chatroom, part +programming, part creative writing. You can create, describe and program your +own objects and rooms. -Specifically, this is ToastStunt, which is a fork of the venerable LambdaMOO. It runs a ToastCore database. +Specifically, this is ToastStunt, which is a fork of the venerable LambdaMOO. +It runs a ToastCore database. ## What is the future of MOO on tilde.town? Who knows? - This is an experiment/proof of concept. -- I make no promises about the durability of the database. **If you make something and want to keep it, `@dump` it!** +- I make no promises about the durability of the database. **If you make + something and want to keep it, `@dump` it!** - I had to patch the code to get it running, so it might be crashy. See <./compiling.md> for tilde.town-specific building steps. @@ -35,7 +43,8 @@ See <./db_setup.md> for basic database setup. ## I want to learn more! -MOOs and MUDs were very popular in the early days of the internet, and thus have a rich history. Many are still alive today. +MOOs and MUDs were very popular in the early days of the internet, and thus +have a rich history. Many are still alive today. Recommended resources: diff --git a/improvements.md b/improvements.md new file mode 100644 index 0000000..f5b2286 --- /dev/null +++ b/improvements.md @@ -0,0 +1,10 @@ +# Improvements + +- [ ] Make rooms publicly linkable by default + - `;set_property_info(#136, "entrances", {#ROOM_ID, "rwc"})` + - `;set_property_info(#136, "exits", {#ROOM_ID, "rwc"})` +- [ ] Enable colors by default + - `@ansi-option +all` +- [ ] Make everyone programmers by default + - `@programmer USERNAME` +- [ ] Grant access to `curl` and `exec` by default diff --git a/world_ideas.md b/world_ideas.md index 0a55e41..b6c7778 100644 --- a/world_ideas.md +++ b/world_ideas.md @@ -7,3 +7,5 @@ - Integration with IRC? - Perhaps the #moo channel as a physical location that you can go to in the MOO? - Integration with other town services? (Check `help curl` and `help exec`) +- In-MOO books which are readable +- Dice-rolling, for RP purposes