Removed now unneeded placeholders, added stubs for "rulebooks" in documentation.

This commit is contained in:
Barra Ó Catháin 2023-09-12 23:25:44 +01:00
parent 54b613befe
commit a1b1b80449
8 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#+TITLE: SilverMUD: Gamemaster's Guidebook
#+SUBTITLE: SilverMUD First Edition
#+AUTHOR: Barra Ó Catháin
* How To Run SilverMUD, The Software:
* How To Run SilverMUD, The Game:
* Creating Content:

View File

@ -0,0 +1,15 @@
#+TITLE: SilverMUD: Player's Guidebook
#+SUBTITLE: SilverMUD First Edition
#+AUTHOR: Barra Ó Catháin
* Getting Started:
* Basic Commands:
* Interacting With The World:
* The Character System:
* The Combat System:
* Commands In Depth:

View File

@ -0,0 +1,10 @@
#+TITLE: SilverMUD: Programmer's Guidebook
#+SUBTITLE: SilverMUD First Edition
#+AUTHOR: Barra Ó Catháin
* The Scheme Programming Language:
* The Basic Concepts Of SilverMUD Programming:
* Concepts In Detail:

View File

View File

@ -14,6 +14,7 @@ SilverMUD, as a scratchpad for decisions before implementation.
| 3 | Local Chat Message |
| 4 | Player Chat Message |
| 5 | Party Chat Message |
| 6 | Player Emote Message |
|-------+------------------------|
Further values remain open for possible additional message types.