mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 23:17:17 +02:00
Updated ReST documentation.
This commit is contained in:
parent
110207fd7f
commit
85952f8075
23 changed files with 371 additions and 432 deletions
|
|
@ -7,17 +7,28 @@ or tutorial-like format.
|
|||
Building
|
||||
--------
|
||||
|
||||
More building details are found in the `Builder
|
||||
Docs <BuilderDocs.html>`_.
|
||||
|
||||
- `Tutorial: Building Quick-start <BuildingQuickstart.html>`_
|
||||
|
||||
Coding basics
|
||||
-------------
|
||||
|
||||
More details about coding with Evennia is found in the `Developer
|
||||
Central <DeveloperCentral.html>`_.
|
||||
|
||||
- `Tutorial: Adding a new default
|
||||
command <AddingCommandTutorial.html>`_
|
||||
|
||||
Implementation ideas
|
||||
--------------------
|
||||
|
||||
Before starting to code your own game we recommend you read the
|
||||
`Planning Your own game <GamePlanning.html>`_ page for some ideas of
|
||||
organizing your workflow. There is also plenty of more information in
|
||||
the `Developer Central <DeveloperCentral.html>`_.
|
||||
|
||||
- `Tutorial: Removing Colour from your game (typeclass method
|
||||
overloading) <RemovingColour.html>`_
|
||||
- `Tutorial: Adding a Command prompt <CommandPrompt.html>`_
|
||||
|
|
@ -28,6 +39,9 @@ Implementation ideas
|
|||
Examples
|
||||
--------
|
||||
|
||||
See also ``evennia/contrib/`` and the example directories under
|
||||
``game/gamesrc/``.
|
||||
|
||||
- `The Tutorial
|
||||
World <http://code.google.com/p/evennia/wiki/TutorialWorldIntroduction>`_
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue