Differences between revisions 7 and 9 (spanning 2 versions)
Revision 7 as of 2017-11-01 07:23:50
Size: 2820
Editor: Alkani
Comment:
Revision 9 as of 2017-11-01 14:36:59
Size: 2880
Editor: Alkani
Comment:
Deletions are marked like this. Additions are marked like this.
Line 39: Line 39:
     . Earning
Line 44: Line 45:
    . Death
    . Retiring
Line 50: Line 53:
   . Security

Alkani

To-Do List Assignments

Assigned

  • [ ] Make a Getting Started homepage that explains the other related pages
    • [ ] Write a 'Your first day on SpinDizzy' tutorial perhaps? Connecting as a guest. Getting a character. meeting people, etc. (Assigned: Alkani)

    • [ ] Write a General Command block, with the following minimum information: Command Keyword, Built-In/Global, Arguments, Usage Syntax.
    • [ ] Develop standardized Command article layout. Include General Command Block, a blurb about the command, when it would generally be used, when it shouldn't (maybe? are there cases like that?), syntax definitions (tabular), examples, alternate commands. (Planning on referencing something akin to Linux Manual Pages or the IBM InfoCenter-style examples for commands. (Assigned: Alkani)

    • [ ] Commands Quick Sheet/Cheat Sheet for the most commonly-used commands (will probably be done as part of a "A Player's First Day"/Getting Started Doc (Alkani)
    • [ ] Work on the Puppet Documentation (Alkani)
    • [ ] Transfer Xor's getting started pages and tutorials
    • [ ] Global commands list

In Progress

  • [ ] Commands LZ as starting point for documentation. LZ should be peer reviewed/edited appropriately.
    • - "Finished" for all intents and purposes. Just needs to be peer reviewed.

Artifacts

  • Generic Page Structure
    • Commands (Commands/)
      • List: Commands (Commands/CmdList)
      • List: Built-In Commands (Commands/BuiltIn)
      • List: Global Commands (Commands/Globals)
        • + Individual command pages Has its own page
          • ++ Built-Ins (Commands/BuiltIn/<COMMAND-NAME>)

          • ++ Globals (Commands/Globals/<COMMAND-NAME>)

    • Building (Building/)
      • Rooms
      • Exits
    • Concepts (Concepts/)
      • Goal
      • Score
      • Currency (aka Money)
        • Earning
      • Rooms
        • Home
      • Characters
        • Belongings
        • Robbery
        • Death
        • Retiring
      • Objects
      • Flags
      • Properties
      • Locks
      • Exits
      • Puppets (or Zombies)
      • Security
    • Programming (Programming/)
      • Messages
      • Message Passing Interpreter (MPI)
      • Multi-User FORTH (MUF)
      • Libraries
    • Glossary (Glossary/)
      • List: Index (

Prototype Command Table

Command Information

Keyword

 <KEYWORD> 

Type

 Built-In | Global 

Arguments

 <ARGS> 

Usage

 <USAGE> 


CategoryHomepage

Alkani (last edited 2017-11-03 13:48:55 by Alkani)