Core Components¶
These are the ‘building blocks’ out of which Evennia is built. This documentation is complementary to, and often goes deeper than, the doc-strings of each component in the API.
Base components¶
These are base pieces used to make an Evennia game. Most are long-lived and are persisted in the database.
Commands¶
Evennia’s Command system handle everything sent to the server by the user.
Utils and tools¶
Evennia provides a library of code resources to help the creation of a game.
Web components¶
Evennia is also its own webserver, with a website and in-browser webclient you can expand on.