Tutorials and Howto’s¶
All Evennia tutorials. They will often refer to the components or concepts if you want to dive deeper.
Beginner Tutorial¶
Recommended starting point! This will take you from absolute beginner to making a small, but full, game with Evennia. Even if you have a very different game style in mind for your own game, this will give you a good start.
The latter parts of the beginner tutorial are still being worked on.
- Beginner Tutorial
- Part 1: What we have
- Lessons
- 1. Using commands and building stuff
- 2. The Tutorial World
- 3. Intro to using Python with Evennia
- 4. Overview of your new Game Dir
- 5. Introduction to Python classes and objects
- 6. Overview of the Evennia library
- 7. Making objects persistent
- 8. Adding custom commands
- 9. Parsing Command input
- 10. Creating things
- 11. Searching for things
- 12. Advanced searching - Django Database queries
- 13. Building a chair you can sit on
- Lessons
- Part 2: What we want
- Part 3: How we get there (example game)
- Part 4: Using what we created
- Part 5: Showing the world
Howto’s¶
Mobs and NPCs¶
Vehicles¶
Systems¶
Deep-dives¶
Old tutorials¶
These will be replaced by the Beginner Tutorial, but remain here until that is complete.