docs: Adding missing rest pages to mercurial.

This commit is contained in:
Griatch 2012-06-26 18:26:59 +02:00
parent f95fac1f51
commit ae65438c9b
16 changed files with 2114 additions and 0 deletions

View file

@ -0,0 +1,33 @@
Evennia Tutorials
=================
This is a summary of Evennia documentation available on a step-by-step
or tutorial-like format.
Building
--------
- `Tutorial: Building Quick-start <BuildingQuickstart.html>`_
Coding basics
-------------
- `Tutorial: Adding a new default
command <AddingCommandTutorial.html>`_
Implementation ideas
--------------------
- `Tutorial: Removing Colour from your game (typeclass method
overloading) <RemovingColour.html>`_
- `Tutorial: Adding a Command prompt <CommandPrompt.html>`_
- `Tutorial: Creating a Zoning system <Zones.html>`_
- `Hints: Implementing cooldowns for commands <CommandCooldown.html>`_
- `Hints: Ticker Scripts <TickerScripts.html>`_
Examples
--------
- `The Tutorial
World <http://code.google.com/p/evennia/wiki/TutorialWorldIntroduction>`_