mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
26 lines
766 B
Markdown
26 lines
766 B
Markdown
|
|
# 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)
|
||
|
|
|
||
|
|
|
||
|
|
##
|