mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Adding missing component pages
This commit is contained in:
parent
7f79c61bb9
commit
22743055fe
17 changed files with 73 additions and 50 deletions
|
|
@ -3,7 +3,7 @@
|
|||
The documents in this section aims to teach how to use Evennia in a tutorial or
|
||||
a step-by-step way. They often give hints on about solving a problem or implementing
|
||||
a particular feature or concept. They will often refer to the
|
||||
[components](Components/Components-Overview) or [concepts](Concepts/Concepts-Overview)
|
||||
[components](../Component/Component-Overview) or [concepts](../Concept/Concept-Overview)
|
||||
docs for those that want to dive deeper.
|
||||
|
||||
## The Starting Tutorial
|
||||
|
|
@ -32,38 +32,29 @@ in mind for your own game, this will give you a good start.
|
|||
|
||||
1. [Introduction & Overview](Starting/Starting-Part2)
|
||||
1. [On planning a game](Starting/Part2/Game-Planning)
|
||||
1. [Multisession modes](Multi-session-modes)
|
||||
1. [Layout of our tutorial game](Game-Tutorial-Planning)
|
||||
1. [Making use of contribs](Using-Contribs)
|
||||
|
||||
### Part 3: How we get there
|
||||
|
||||
1. [Introduction & Overview](Starting/Starting-Part3)
|
||||
1. [Where to put code](Starting/First-Steps-Coding)
|
||||
1. [Adding a first command](Starting/Part1/Adding-Commands)
|
||||
1. [Parsing strings](Starting/Parsing-command-arguments,-theory-and-best-practices)
|
||||
1. [Making a custom Character](Starting/Adding-Object-Typeclass-Tutorial)
|
||||
1. [The rules of the game](Starting/Implementing-a-game-rule-system)
|
||||
1. [Character generation](Character-Generkation)
|
||||
1. [Resolving skills and challenges](Skills-and-Challenges)
|
||||
1. [NPCs and mobiles](NPCs-and-Mobiles)
|
||||
1. [On grids and coordinates](Starting/Coordinates)
|
||||
1. [Quests and Zones](Quests-and-Zones)
|
||||
1. [Multisession modes](Unimplemented.md)
|
||||
1. [Layout of our tutorial game](#)
|
||||
1. [Making use of contribs](Starting/Starting-Part3)
|
||||
1. [Making a custom Character](Starting/Implementing-a-game-rule-system)
|
||||
1. [Character generation](#)
|
||||
1. [Resolving skills and challenges](#)
|
||||
1. [NPCs and mobiles](Starting/Coordinates)
|
||||
1. [Quests and Zones](#)
|
||||
1. [A Combat system](Combat-System)
|
||||
|
||||
### Part 4: Using what we created
|
||||
|
||||
1. [Introduction & Overview](Starting/Starting-Part4)
|
||||
1. [Building the tech demo](Building-the-tech-demo)
|
||||
1. [Creating a game world](Creating-a-game-world)
|
||||
1. [Building the tech demo](#)
|
||||
1. [Creating a game world](#)
|
||||
|
||||
### Part 5: Showing the world
|
||||
|
||||
1. [Introduction & Overview](Starting/Starting-Part5)
|
||||
1. [Add a web page](Starting/Add-a-simple-new-web-page)
|
||||
1. [More on adding web features](Starting/Web-Tutorial)
|
||||
1. [Taking your game online](Taking-your-game-online)
|
||||
1. [Next steps](Where-to-Go-from-here)
|
||||
1. [Taking your game online](#)
|
||||
1. [Next steps](#)
|
||||
|
||||
|
||||
## FAQs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue