evennia/evennia/game_template/world
Cory F. Cohen a05ec09f51 Fix various typos in several files.
All are in comments and docstrings, and none should be controversial
in any way (e.g. British versus American spelling).
2022-06-21 21:12:45 -04: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
help_entries.py Run black reformatter on code 2022-02-08 13:03:52 +01:00
prototypes.py Fix various typos in several files. 2022-06-21 21:12:45 -04:00
README.md Fix various typos in several files. 2022-06-21 21:12:45 -04:00

world/

This folder is meant as a miscellaneous 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.