mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Work on cleaning up docs
This commit is contained in:
parent
1c5746d59c
commit
40023923e1
17 changed files with 218 additions and 456 deletions
|
|
@ -1,19 +1,18 @@
|
|||
# EvAdventure
|
||||
|
||||
Contrib by Griatch 2022
|
||||
Contrib by Griatch 2023-
|
||||
|
||||
|
||||
```{warning}
|
||||
NOTE - this tutorial is WIP and NOT complete! It was put on hold to focus on
|
||||
releasing Evennia 1.0. You will still learn things from it, but don't expect
|
||||
perfection.
|
||||
NOTE - this tutorial is WIP and NOT complete yet! You will still learn
|
||||
things from it, but don't expect perfection.
|
||||
```
|
||||
|
||||
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.
|
||||
implemented if you follow [Part 3 of the Getting-Started tutorial](../Howtos/Beginner-Tutorial/Part3/Beginner-Tutorial-Part3-Overview.md).
|
||||
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.
|
||||
|
||||
## Features
|
||||
|
||||
|
|
|
|||
|
|
@ -674,13 +674,12 @@ character make small verbal observations at irregular intervals.
|
|||
|
||||
### `evadventure`
|
||||
|
||||
_Contrib by Griatch 2022_
|
||||
_Contrib by Griatch 2023-_
|
||||
|
||||
|
||||
```{warning}
|
||||
NOTE - this tutorial is WIP and NOT complete! It was put on hold to focus on
|
||||
releasing Evennia 1.0. You will still learn things from it, but don't expect
|
||||
perfection.
|
||||
NOTE - this tutorial is WIP and NOT complete yet! You will still learn
|
||||
things from it, but don't expect perfection.
|
||||
```
|
||||
|
||||
[Read the documentation](./Contrib-Evadventure.md) - [Browse the Code](evennia.contrib.tutorials.evadventure)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue