A WIP Evennia escape room themed MUD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jerry Aldrich 59f7cb3f04 Move things 3 years ago
..
taoshengshi Move things 3 years ago
.pylintrc Move things 3 years ago
README.md Move things 3 years ago
__init__.py Move things 3 years ago
prototypes.py Move things 3 years ago
taoshengshi.py Move things 3 years ago

README.md

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.