Made a lot of progress on the search tutorial

This commit is contained in:
Griatch 2020-07-08 00:14:37 +02:00
parent 3f1a3612e4
commit c54625b305
15 changed files with 786 additions and 636 deletions

View file

@ -52,7 +52,7 @@ using such a checker can be a good start to weed out the simple problems.
### Plan before you code
Before you start coding away at your dream game, take a look at our [Game Planning](../Howto/Starting/Game-Planning)
Before you start coding away at your dream game, take a look at our [Game Planning](../Howto/Starting/Part2/Game-Planning)
page. It might hopefully help you avoid some common pitfalls and time sinks.
### Code in your game folder, not in the evennia/ repository