Skip to content

Commit

Permalink
Stubs for manuals: #52
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay committed Jul 6, 2013
1 parent 61be8ec commit a417cc6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
11 changes: 11 additions & 0 deletions players_manual.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Room.js Player's Manal
======================

This document should describe:

* How to log in and create players
* How to interact with the world
* How the command parser works
* How verbs are found and run

It should not be specific to any database, but should include examples from the example database.
17 changes: 17 additions & 0 deletions programmers_manual.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Room.js Programmer's Manual
===========================

This document should describe:

* How to get to the editor
* What you can and can't do from the editor and from the client
* How the command parser works; in depth
* How verbs are searched for; in depth
* The context variables available to verb code
* Finding objects
* Built in attributes
* Properties
* Built in functions
* Adding verbs

It should not be specific to any database, but should include examples from the example database.

0 comments on commit a417cc6

Please sign in to comment.