evennia/evennia/game_template/world
2017-08-19 23:16:36 +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 Make PEP8 cleanup of line spaces and character distances as well as indents 2017-08-19 23:16:36 +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.