SC Moo

Algorithmic Music in Text-Based RPGs

A Moo is an object-oriented multi-user dungeon. You can log in and chat with people, or role-play going on adventures or being in the club. It's a virtual reality of the mind. Fully interactive, it's to gaming what a novel is to a film. For more, see the Moo Wikipedia page.

As a user, you can create and use objects pose and play. This version is also a live coding platform for SuperCollider

Get it

This will run on Linux, Mac and Windows. You will need SuperCollider. After you install it and open it, run the following in the code window.
// install quarks
Quarks.install("https://github.com/musikinformatik/JSONlib.git");
Quarks.install("https://github.com/celesteh/BiLETools.git");
Quarks.install("https://codeberg.org/celesteh/SCMoo.git");
Then restart the interpreter so the new classes are available. In the Lnaguage menu, select "Recompile Class Library".

(If you run into errors, try again, doing one quark at a time and recompiling after each.)

You only need to get it one time per user account per computer.

Run It

Once you have installed and recompiled, open the "Moo Login" helpfile and follow the instructions there.

If you run into problems, email charles at celesteh.com and include the contents of your post window.

Source Code

You do not need to install the server. If you just want to connect as a user, the steps above should cover you.

In Future

There will be a login page and a register page in future.