mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Started expanding docs about tutorial game
This commit is contained in:
parent
f298de0585
commit
e6ac8d347e
9 changed files with 288 additions and 434 deletions
|
|
@ -537,6 +537,7 @@ tutorials are found here. Also the home of the Tutorial World demo adventure._
|
|||
|
||||
Contrib-Batchprocessor.md
|
||||
Contrib-Bodyfunctions.md
|
||||
Contrib-Evadventure.md
|
||||
Contrib-Mirror.md
|
||||
Contrib-Red-Button.md
|
||||
Contrib-Talking-Npc.md
|
||||
|
|
@ -567,6 +568,20 @@ character make small verbal observations at irregular intervals.
|
|||
|
||||
|
||||
|
||||
### Contrib: `evadventure`
|
||||
|
||||
_Contrib by Griatch 2022_
|
||||
|
||||
A complete example MUD using Evennia. This is the final result of what is
|
||||
implemented if you follow the Getting-Started tutorial. It's recommended
|
||||
that you follow the tutorial step by step and write your own code. But if
|
||||
you prefer you can also pick apart or use this as a starting point for your
|
||||
own game.
|
||||
|
||||
[Read the documentation](./Contrib-Evadventure.md) - [Browse the Code](evennia.contrib.tutorials.evadventure)
|
||||
|
||||
|
||||
|
||||
### Contrib: `mirror`
|
||||
|
||||
_Contribution by Griatch, 2017_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue