Further work on the python tut

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

View file

@ -25,8 +25,9 @@ own first little game in Evennia. Let's get started!
1. [Building stuff](Part1/Building-Quickstart)
1. [The Tutorial World](Part1/Tutorial-World-Introduction)
1. [Python basics](Part1/Python-basic-introduction)
1. [Game dir overview](Part1/Gamedir-Overview)
1. [Python classes](Python-basic-tutorial-part-two)
1. [Running Python in- and outside the game](Execute-Python-Code)
1. [Running Python in- and outside the game](../../Coding/Execute-Python-Code)
1. [Understanding errors](Understanding-Errors)
1. [Searching for things](Tutorial-Searching-For-Objects)
1. [A walkthrough of the API](Walkthrough-of-API)