Start to add howto structure

This commit is contained in:
Griatch 2020-06-19 21:13:51 +02:00
parent e5bee77a38
commit f175609cf3
4 changed files with 36 additions and 11 deletions

View file

@ -0,0 +1,25 @@
# Tutorials and Howto's
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)
docs for those that want to dive deeper.
## Starting Tutorial
Recommended starting point! This will take you from absolute beginner to making
a small, but full, game with Evennia. Even if you have a very different game style
in mind for your own game, this will give you a good start.
```warning::
The Starting tutorial is still under development.
```
- [Introduction & Overview](Howto/Starting-Overvew)
##