Refactor starting tutorial intro pages

This commit is contained in:
Griatch 2020-07-31 18:40:48 +02:00
parent 397b5feedf
commit c2af8d2889
17 changed files with 53 additions and 44 deletions

View file

@ -1,4 +1,4 @@
[prev lesson](../Starting-Part2) | [next lesson](./Planning-The-Tutorial-Game)
[prev lesson](./Starting-Part2) | [next lesson](./Planning-The-Tutorial-Game)
# On Planning a Game
@ -209,4 +209,4 @@ have made their dream game a reality!
In the next lesson we'll make use of these general points and try to plan out our tutorial game.
[prev lesson](../Starting-Part2) | [next lesson](./Planning-The-Tutorial-Game)
[prev lesson](./Starting-Part2) | [next lesson](./Planning-The-Tutorial-Game)

View file

@ -1,4 +1,4 @@
[prev lesson](./Planning-The-Tutorial-Game) | [next lesson](../Starting-Part3)
[prev lesson](./Planning-The-Tutorial-Game) | [next lesson](../Part3/Starting-Part3)
# Planning the use of some useful contribs
@ -252,4 +252,4 @@ in the next part of this tutorial series. When doing this for yourself, remember
back to your planning and adjust it as you learn what works and what does not.
[prev lesson](./Planning-The-Tutorial-Game) | [next lesson](../Starting-Part3)
[prev lesson](./Planning-The-Tutorial-Game) | [next lesson](../Part3/Starting-Part3)

View file

@ -0,0 +1,26 @@
# Evennia Starting Tutorial (Part 2)
```sidebar:: Tutorial Parts
Part 1: `What we have <./Starting-Part1.html>`_
A tour of Evennia and how to use the tools, including an introduction to Python.
**Part 2: What we want**
Planning our tutorial game and what to think about when planning your own in the future.
Part 3: `How we get there <./Starting-Part3.html>`_
Getting down to the meat of extending Evennia to make our game
Part 4: `Using what we created <./Starting-Part4.html>`_
Building a tech-demo and world content to go with our code
Part 5: `Showing the world <./Starting-Part5.html>`_
Taking our new game online and let players try it out
```
## Lessons for Part 2
1. Introduction & Overview (you are here)
1. [On planning a game](./Game-Planning)
1. [Planning to use some useful Contribs](./Planning-Some-Useful-Contribs)
In Part two of the Starting tutorial we'll step back and plan out the kind of tutorial
game we want to make. In the process we'll go through the common questions of "where to start"
and "what to think about" when creating a multiplayer online text game. We'll also look at
some useful Evennia settings to tweak and designs to consider.