Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kinostl/muse
An attempt at making my own MU*
https://github.com/kinostl/muse
Last synced: about 10 hours ago
JSON representation
An attempt at making my own MU*
- Host: GitHub
- URL: https://github.com/kinostl/muse
- Owner: kinostl
- Created: 2019-10-19T05:22:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T01:50:35.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T15:57:55.069Z (6 months ago)
- Language: JavaScript
- Size: 149 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MUSE - Multi-User Story Engine.
This is a telnet server meant for users to connect to using MUSH clients such as Potato Mush Client, MUSHClient, and Tintin++. Its purpose is to facilitate creating stories between a community of people who share interest in a genre and setting. These are some of the commands it provides to fulfill that purpose.
## @chapter
- **@chapter/start** Start a new story. Creates a story and discussion channel.
## @channel
- **@channel/on** Join a channel
- **@channel/off** Leave a channel
- **@channel/list** See available channels
- **@channel/say** Send message to channel
- **@channel/add** Create a new channel## @article
- **@article/create** Create an article.
- **@article/type** Set an article's type.## @account
- **@account/login** Log into your account.
- **@account/create** Create your account.