Further work on the python tut

This commit is contained in:
Griatch 2020-07-01 23:54:26 +02:00
parent 221caf5187
commit 131a9f89aa
6 changed files with 325 additions and 18 deletions

View file

@ -1,6 +1,9 @@
# Overview of your new Game Dir
[prev lesson](Python-basic-introduction) | [next lesson]()
[prev lesson](Python-basic-introduction) | [next lesson](Python-classes-and-objects)
Next we will take a little detour to look at the _Tutorial World_. This is a little solo adventure
that comes with Evennia, a showcase for some of the things that are possible.
Now we have 'run the game' a bit and started with our forays into Python from inside Evennia.
It is time to start to look at how things look 'outside of the game'. Let's do a tour of your game-dir
@ -205,4 +208,4 @@ people change and re-structure this in various ways to better fit their ideas.
tell that Two goblins, while both of the class 'Goblin' (so they follow the same code logic), should have different
equipment, stats and looks.
[prev lesson](Python-basic-introduction) | [next lesson]()
[prev lesson](Python-basic-introduction) | [next lesson](Python-classes-and-objects)