Evennia Tutorials ================= This is a summary of Evennia documentation available on a step-by-step or tutorial-like format. Building -------- More building details are found in the `Builder Docs `_. - `Tutorial: Building Quick-start `_ Coding basics ------------- More details about coding with Evennia is found in the `Developer Central `_. - `First Steps Coding with Evennia `_ - this is partly duplicated in the following two tutorials using different words. - `Tutorial: Adding a new default command `_ - `Tutorial: Adding new Object typeclasses and defaults `_ Implementation ideas -------------------- Before starting to code your own game we recommend you read the `Planning Your own game `_ page for some ideas of organizing your workflow. There is also plenty of more information in the `Developer Central `_. - `Tutorial: Removing Colour from your game (typeclass method overloading) `_ - `Tutorial: Adding a Command prompt `_ - `Tutorial: Creating a Zoning system `_ - `Hints: Implementing cooldowns for commands `_ - `Hints: Designing commands that take time to finish `_ - `Hints: Ticker Scripts `_ Examples -------- See also ``evennia/contrib/`` and the example directories under ``game/gamesrc/``. - `The Tutorial World `_