evennia/evennia/game_template/world
tajmone a25ead9626 More docstring
8 more files docstringed. A bit from everywere...
2015-03-09 18:45:17 +01: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 More docstring 2015-03-09 18:45:17 +01:00
prototypes.py More docstring 2015-03-09 18:45:17 +01: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.