2020-01-07 22:44:30 +00:00
|
|
|
# tildemush handbook
|
2020-01-07 23:05:03 +00:00
|
|
|
|
|
|
|
This handbook will serve as a reference for [tilde.town](https://tilde.town)'s tildemush virtual community. It is
|
|
|
|
intended for new and experienced users. This handbook will provide an
|
|
|
|
introduction to tildemush, understanding the interface, using
|
|
|
|
tildemush, and the WITCH scripting language.
|
2020-01-07 22:44:30 +00:00
|
|
|
|
2020-01-07 22:24:28 +00:00
|
|
|
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
|
|
|
|
**Table of Contents**
|
|
|
|
|
|
|
|
- [tildemush handbook](#tildemush-handbook)
|
2020-01-07 22:44:30 +00:00
|
|
|
- [Quick start](#quick-start)
|
|
|
|
- [What is tildemush?](#what-is-tildemush)
|
|
|
|
- [Description](#description)
|
|
|
|
- [Background](#background)
|
|
|
|
- [Getting started](#getting-started)
|
2020-01-07 22:24:28 +00:00
|
|
|
- [Conventions used in this handbook](#conventions-used-in-this-handbook)
|
|
|
|
- [Requirements](#requirements)
|
2020-01-07 22:44:30 +00:00
|
|
|
- [Platforms](#platforms)
|
|
|
|
- [Software](#software)
|
2020-01-07 23:05:03 +00:00
|
|
|
- [Starting tildemush](#starting-tildemush)
|
|
|
|
- [Understanding the interface](#understanding-the-interface)
|
|
|
|
- [Using tildemush](#using-tildemush)
|
|
|
|
- [Scripting with WITCH](#scripting-with-witch)
|
|
|
|
- [More information](#more-information)
|
2020-01-07 22:24:28 +00:00
|
|
|
|
|
|
|
<!-- markdown-toc end -->
|
|
|
|
|
2020-01-07 22:44:30 +00:00
|
|
|
# Quick start
|
2020-01-07 22:24:28 +00:00
|
|
|
|
2020-01-07 23:05:03 +00:00
|
|
|
This section is for people who are comfortable with what they know
|
|
|
|
about tildemush, but need a few commands to get them started.
|
|
|
|
|
|
|
|
1. `ssh` into [tilde.town](https://tilde.town)
|
|
|
|
|
|
|
|
2. Run `tmclient`
|
|
|
|
|
|
|
|
3. Use the `up-arrow`, `down-arrow`, and `enter-key` to login or register
|
|
|
|
|
2020-01-07 22:44:30 +00:00
|
|
|
# What is tildemush?
|
2020-01-07 22:24:28 +00:00
|
|
|
|
2020-01-07 22:44:30 +00:00
|
|
|
## Description
|
2020-01-07 22:24:28 +00:00
|
|
|
|
2020-01-07 22:44:30 +00:00
|
|
|
## Background
|
|
|
|
|
|
|
|
# Getting started
|
|
|
|
|
|
|
|
## Conventions used in this handbook
|
2020-01-07 22:24:28 +00:00
|
|
|
|
2020-01-07 23:05:03 +00:00
|
|
|
* Note - Notes signify additional information
|
|
|
|
* Tip- Tips signify an alternate procedure for completing a step
|
|
|
|
* Caution - Cautions signify that damage may occur
|
|
|
|
* Example - Examples provide a visual reference of how a procedure would be performed
|
|
|
|
* Inline code - Inline code signifies package names, filenames, commands, and keyboard keys
|
|
|
|
* Code block - Code blocks signify file contents, or an interface element
|
|
|
|
|
2020-01-07 22:24:28 +00:00
|
|
|
## Requirements
|
|
|
|
|
2020-01-07 22:44:30 +00:00
|
|
|
### Platforms
|
|
|
|
|
|
|
|
### Software
|
2020-01-07 22:49:41 +00:00
|
|
|
|
|
|
|
## Starting tildemush
|
|
|
|
|
|
|
|
# Understanding the interface
|
|
|
|
|
|
|
|
# Using tildemush
|
|
|
|
|
|
|
|
# Scripting with WITCH
|
2020-01-07 23:05:03 +00:00
|
|
|
|
|
|
|
# More information
|