mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
3.6 KiB
3.6 KiB
Tutorials and Howto's
The documents in this section aims to teach how to use Evennia in a tutorial or a step-by-step way. They often give hints on about solving a problem or implementing a particular feature or concept. They will often refer to the components or concepts docs for those that want to dive deeper.
The Starting 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.
Part 1: What we have
- Introduction & Overview
- Building stuff
- Python basics
- Python classes
- Running Python in- and outside the game
- Understanding errors
- Searching for things
- A walkthrough of the API
Part 2: What we want
Part3: How we get there
- Where to put code
- Adding a first command
- Parsing strings
- Making a custom Character
- The rules of the game
- Character generation
- Resolving skills and challenges
- NPCs and mobiles
- On grids and coordinates
- Quests and Zones
- A Combat system
Part4: Using what we created
Part6: Showing the world
FAQs
Howto's
- Giving Exits a default error
- Customize Channel output
- Add a command prompt
- Don't allow spamming commands
- Commands that take time
- Configuring color
- Tweet game stats