evennia/evennia/game_template/world
2016-09-13 18:03:50 +02:00
..
__init__.py Move game_template into evennia package. Update setup.py and bin/evennia 2015-01-16 08:36:46 -06:00
batch_cmds.ev Whitespace removal 2016-08-06 20:56:34 +02:00
prototypes.py Add PROTOTYPE_MODULES to settings_default, making use of world/prototypes.py already being defined. 2016-09-13 18:03:50 +02:00
README.md Added README.md files to the game_template directories. 2015-01-17 00:04:05 +01:00

world/

This folder is meant as a miscellanous folder for all that other stuff related to the game. Code which are not commands or typeclasses go here, like custom economy systems, combat code, batch-files etc.

You can restructure and even rename this folder as best fits your sense of organisation. Just remember that if you add new sub directories, you must add (optionally empty) __init__.py files in them for Python to be able to find the modules within.