Evennia Starting Tutorial (Part 3)

In part three of the Evennia Starting tutorial we will go through the creation of several key parts of our tutorial game EvAdventure. As we go, we will test each part and create a simple “tech demo” to show off all the moving parts.

  1. Introduction & Overview (you are here)

  2. Changing settings

  3. Applying contribs

  4. Creating a rule module

  5. Tweaking the base Typeclasses

  6. Character creation menu

  7. Wearing armor and wielding weapons

  8. Two types of combat

  9. Monsters and AI

  10. Questing and rewards

  11. Overview of Tech demo

If you followed the previous parts of this tutorial you will have some notions about Python and where to find and make use of things in Evennia. We also have a good idea of the type of game we want. Even if this is not the game-style you are interested in, following along will give you a lot of experience with using Evennia. This be of much use when doing your own thing later.

TODO