mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
docs: Adding missing rest pages to mercurial.
This commit is contained in:
parent
f95fac1f51
commit
ae65438c9b
16 changed files with 2114 additions and 0 deletions
33
docs/sphinx/source/wiki/Tutorials.rst
Normal file
33
docs/sphinx/source/wiki/Tutorials.rst
Normal 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>`_
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue