mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 21:17:17 +02:00
Start to add howto structure
This commit is contained in:
parent
e5bee77a38
commit
f175609cf3
4 changed files with 36 additions and 11 deletions
25
docs/source/Howto/Howto-Overview.md
Normal file
25
docs/source/Howto/Howto-Overview.md
Normal 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)
|
||||
|
||||
|
||||
##
|
||||
Loading…
Add table
Add a link
Reference in a new issue